File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
{{cookiecutter.name}}/docs Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 9494 'sphinx' : ('https://www.sphinx-doc.org/en/master' , None ),
9595 'jinja' : ('https://jinja.palletsprojects.com/en/latest/' , None ),
9696}
97-
98- {# sphinxnotes-comboroles should eat its dog food -#}
99- {% if cookiecutter .name != 'comboroles' - % }
97+ {#- sphinxnotes-comboroles should eat its dog food #}
98+ {% if cookiecutter .name != 'comboroles' % }
10099extensions .append ('sphinxnotes.comboroles' )
101100comboroles_roles = {
102101 'parsed_literal' : (['literal' ], True ),
103102}
104103{% endif % }
105- {# sphinxnotes-{project,any} should eat its dog food - #}
106- {% if cookiecutter .name not in ['project' , 'any' ] - % }
104+ {#- sphinxnotes-{project,any} should eat its dog food #}
105+ {% - if cookiecutter .name not in ['project' , 'any' ] % }
107106extensions .append ('sphinxnotes.project' )
108107primary_domain = 'any'
109108{% endif % }
110- {# demo has no src directory - #}
111- {% if cookiecutter .name != 'demo' - % }
109+ {#- demo has no src directory #}
110+ {% - if cookiecutter .name != 'demo' % }
112111# -- Eat your own dog food --------------------------------------------------
113112
114113# If extensions (or modules to document with autodoc) are in another directory,
You can’t perform that action at this time.
0 commit comments