Skip to content

Commit e9c6899

Browse files
committed
docs config updates
1 parent 550e02d commit e9c6899

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

docs/source/conf.py

+19-18
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
#
1515
import os
1616
import sys
17+
1718
sys.path.insert(0, os.path.abspath('../..'))
1819

1920

2021
# -- Project information -----------------------------------------------------
2122
project = 'O365'
22-
copyright = '2024, alejcas'
23+
copyright = "2025, alejcas"
2324
author = 'alejcas'
2425

2526
# The short X.Y version
@@ -37,13 +38,14 @@
3738
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3839
# ones.
3940
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",
4749
]
4850

4951
# Add any paths that contain templates here, relative to this directory.
@@ -86,17 +88,16 @@
8688
# documentation.
8789
#
8890
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,
9495
# 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,
100101
}
101102

102103
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)