remove/fix leftover todo/fixme/... comments
This commit is contained in:
parent
9d4233eed0
commit
77a2c9feaf
5
conf.py
5
conf.py
@ -164,9 +164,10 @@ html_favicon = os.path.join(html_theme_path[0], html_theme, 'static', 'img', 'fa
|
||||
html_static_path = ['static']
|
||||
html_add_permalinks = '¶' # Sphinx < 3.5
|
||||
html_permalinks = True # Sphinx >= 3.5
|
||||
# The page-specific js files that can be imported with the 'custom-js' metadata directive. TODO VFE does it act as a filter? Why are there already some imports not listed here?
|
||||
# Additional css & js files:
|
||||
# Empty because the js & css files are specified in the extensions/theme
|
||||
# or specified for a given page only through the custom-js & custom-css metadata directives
|
||||
html_js_files = []
|
||||
# The page-specific css files that can be imported with the 'custom-css' metadata directive. TODO VFE does it act as a filter? Why are there already some imports not listed here?
|
||||
html_css_files = []
|
||||
|
||||
# PHP lexer option to not require <?php
|
||||
|
@ -110,9 +110,5 @@ def add_doc_link(app, pagename, templatename, context, doctree):
|
||||
# may be useful in the future
|
||||
source_suffix = app.config.source_suffix
|
||||
source_suffix = next(iter(source_suffix))
|
||||
# FIXME: odoo/odoo has a doc/ prefix which is incorrect for this
|
||||
# project, how to unify? Add new setting?
|
||||
# FIXME ANVFE: use a config directive to specify the content folder
|
||||
# instead of hardcoding it here ?
|
||||
context['github_link'] = lambda mode='edit': make_github_link(
|
||||
app, 'content/%s%s' % (pagename, source_suffix), mode=mode)
|
||||
|
Loading…
Reference in New Issue
Block a user