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 94
94
'sphinx' : ('https://www.sphinx-doc.org/en/master' , None ),
95
95
'jinja' : ('https://jinja.palletsprojects.com/en/latest/' , None ),
96
96
}
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' % }
100
99
extensions .append ('sphinxnotes.comboroles' )
101
100
comboroles_roles = {
102
101
'parsed_literal' : (['literal' ], True ),
103
102
}
104
103
{% 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' ] % }
107
106
extensions .append ('sphinxnotes.project' )
108
107
primary_domain = 'any'
109
108
{% endif % }
110
- {# demo has no src directory - #}
111
- {% if cookiecutter .name != 'demo' - % }
109
+ {#- demo has no src directory #}
110
+ {% - if cookiecutter .name != 'demo' % }
112
111
# -- Eat your own dog food --------------------------------------------------
113
112
114
113
# If extensions (or modules to document with autodoc) are in another directory,
You can’t perform that action at this time.
0 commit comments