conf.py (openstack-cyborg-8.0.0) | : | conf.py (openstack-cyborg-9.0.0) | ||
---|---|---|---|---|
skipping to change at line 73 | skipping to change at line 73 | |||
# The short X.Y version. | # The short X.Y version. | |||
version = "" | version = "" | |||
# The full version, including alpha/beta/rc tags. | # The full version, including alpha/beta/rc tags. | |||
release = "" | release = "" | |||
# The language for content autogenerated by Sphinx. Refer to documentation | # The language for content autogenerated by Sphinx. Refer to documentation | |||
# for a list of supported languages. | # for a list of supported languages. | |||
# | # | |||
# This is also used if you do content translation via gettext catalogs. | # This is also used if you do content translation via gettext catalogs. | |||
# Usually you set "language" from the command line for these cases. | # Usually you set "language" from the command line for these cases. | |||
language = None | # language = None | |||
# List of patterns, relative to source directory, that match files and | # List of patterns, relative to source directory, that match files and | |||
# directories to ignore when looking for source files. | # directories to ignore when looking for source files. | |||
# This patterns also effect to html_static_path and html_extra_path | # This patterns also effect to html_static_path and html_extra_path | |||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] | exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] | |||
# The name of the Pygments (syntax highlighting) style to use. | # The name of the Pygments (syntax highlighting) style to use. | |||
pygments_style = 'native' | pygments_style = 'native' | |||
# If true, `todo` and `todoList` produce output, else they produce nothing. | # If true, `todo` and `todoList` produce output, else they produce nothing. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |