mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-08 13:17:38 -08:00
Gentoo-bug: 579106 * EAPI=6 * Basis for ebuild by Brian Dolbec (dol-sen) Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3371
15 lines
525 B
Diff
15 lines
525 B
Diff
environment.py has been turned into a directory,
|
|
without actually porting the code using it.
|
|
|
|
--- a/sphinx/pycode/__init__.py
|
|
+++ b/sphinx/pycode/__init__.py
|
|
@@ -352,7 +352,7 @@
|
|
import pprint
|
|
x0 = time.time()
|
|
# ma = ModuleAnalyzer.for_file(__file__.rstrip('c'), 'sphinx.builders.html')
|
|
- ma = ModuleAnalyzer.for_file('sphinx/environment.py',
|
|
+ ma = ModuleAnalyzer.for_file('sphinx/environment/__init__.py',
|
|
'sphinx.environment')
|
|
ma.tokenize()
|
|
x1 = time.time()
|