|
14 | 14 | #
|
15 | 15 | import os
|
16 | 16 | import sys
|
| 17 | + |
17 | 18 | sys.path.insert(0, os.path.abspath('../..'))
|
18 | 19 |
|
19 | 20 |
|
20 | 21 | # -- Project information -----------------------------------------------------
|
21 | 22 | project = 'O365'
|
22 |
| -copyright = '2024, alejcas' |
| 23 | +copyright = "2025, alejcas" |
23 | 24 | author = 'alejcas'
|
24 | 25 |
|
25 | 26 | # The short X.Y version
|
|
37 | 38 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
38 | 39 | # ones.
|
39 | 40 | extensions = [
|
40 |
| - 'sphinx.ext.autodoc', |
41 |
| - 'sphinx.ext.todo', |
42 |
| - 'sphinx.ext.coverage', |
43 |
| - 'sphinx.ext.mathjax', |
44 |
| - 'sphinx.ext.ifconfig', |
45 |
| - 'sphinx.ext.viewcode', |
46 |
| - 'sphinx.ext.githubpages', |
| 41 | + "sphinx.ext.autodoc", |
| 42 | + "sphinx.ext.todo", |
| 43 | + "sphinx.ext.coverage", |
| 44 | + "sphinx.ext.mathjax", |
| 45 | + "sphinx.ext.ifconfig", |
| 46 | + "sphinx.ext.viewcode", |
| 47 | + "sphinx.ext.githubpages", |
| 48 | + "sphinx_rtd_theme", |
47 | 49 | ]
|
48 | 50 |
|
49 | 51 | # Add any paths that contain templates here, relative to this directory.
|
|
86 | 88 | # documentation.
|
87 | 89 | #
|
88 | 90 | html_theme_options = {
|
89 |
| - 'display_version': True, |
90 |
| - 'prev_next_buttons_location': 'both', |
91 |
| - 'style_external_links': False, |
92 |
| - 'logo_only': True, |
93 |
| - |
| 91 | + "version_selector": True, |
| 92 | + "prev_next_buttons_location": "both", |
| 93 | + "style_external_links": False, |
| 94 | + "logo_only": True, |
94 | 95 | # Toc options
|
95 |
| - 'collapse_navigation': True, |
96 |
| - 'sticky_navigation': True, |
97 |
| - 'navigation_depth': 4, |
98 |
| - 'includehidden': True, |
99 |
| - 'titles_only': False |
| 96 | + "collapse_navigation": True, |
| 97 | + "sticky_navigation": True, |
| 98 | + "navigation_depth": 4, |
| 99 | + "includehidden": True, |
| 100 | + "titles_only": False, |
100 | 101 | }
|
101 | 102 |
|
102 | 103 | # Add any paths that contain custom static files (such as style sheets) here,
|
|
0 commit comments