mirror of
https://github.com/vale981/releases
synced 2025-03-04 17:21:43 -05:00
This seemed like an odd way to reference the app
This commit is contained in:
parent
b3ac99af03
commit
d5f397fe2c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ def get_doctree(path):
|
|||
env.app = app
|
||||
# NOTE: SphinxStandaloneReader API changed in 1.4 :(
|
||||
reader_kwargs = {
|
||||
'app': env.app,
|
||||
'app': app,
|
||||
'parsers': env.config.source_parsers,
|
||||
}
|
||||
if sphinx.version_info[:2] < (1, 4):
|
||||
|
|
Loading…
Add table
Reference in a new issue