|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# Pyhton Topics build configuration file, created by |
| 3 | +# Python Topics build configuration file, created by |
4 | 4 | # sphinx-quickstart on Wed Apr 2 18:42:06 2014. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
30 | 30 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
31 | 31 | # ones. |
32 | 32 | extensions = [ |
33 | | - 'sphinx.ext.doctest', |
34 | | - 'sphinx.ext.intersphinx', |
| 33 | +# 'sphinx.ext.doctest', |
| 34 | +# 'sphinx.ext.intersphinx', |
35 | 35 | 'sphinx.ext.todo', |
36 | | - 'sphinx.ext.coverage', |
37 | | - 'sphinx.ext.imgmath', |
38 | | - 'sphinx.ext.ifconfig', |
| 36 | +# 'sphinx.ext.coverage', |
| 37 | +# 'sphinx.ext.imgmath', |
| 38 | +# 'sphinx.ext.ifconfig', |
39 | 39 | 'IPython.sphinxext.ipython_console_highlighting', |
40 | 40 | # 'IPython.sphinxext.ipython_directive', |
41 | 41 | ] |
|
53 | 53 | master_doc = 'index' |
54 | 54 |
|
55 | 55 | # General information about the project. |
56 | | -project = u'Python Topics' |
57 | | -copyright = u'2014, Christopher Barker' |
| 56 | +project = 'Python Topics' |
| 57 | +copyright = '2014-2025, Christopher Barker' |
58 | 58 |
|
59 | 59 | # The version info for the project you're documenting, acts as replacement for |
60 | 60 | # |version| and |release|, also used in various other places throughout the |
61 | 61 | # built documents. |
62 | 62 | # |
63 | 63 | # The short X.Y version. |
64 | | -version = '1.0' |
| 64 | +version = '2.0' |
65 | 65 | # The full version, including alpha/beta/rc tags. |
66 | | -release = '1.0.0' |
| 66 | +release = '2.0.0' |
67 | 67 |
|
68 | 68 | # The language for content autogenerated by Sphinx. Refer to documentation |
69 | 69 | # for a list of supported languages. |
|
116 | 116 | #html_theme_options = {} |
117 | 117 |
|
118 | 118 | # Add any paths that contain custom themes here, relative to this directory. |
119 | | -#html_theme_path = [] |
120 | | -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| 119 | +# html_theme_path = [] |
| 120 | +# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
121 | 121 |
|
122 | 122 | # The name for this set of Sphinx documents. If None, it defaults to |
123 | 123 | # "<project> v<release> documentation". |
|
368 | 368 |
|
369 | 369 |
|
370 | 370 | # Example configuration for intersphinx: refer to the Python standard library. |
371 | | -intersphinx_mapping = {'http://docs.python.org/': None} |
| 371 | +# intersphinx_mapping = {'http://docs.python.org/': None} |
0 commit comments