Skip to content

Commit 077a84a

Browse files
Removing deprecated options due to latest version of Sphinx.
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
1 parent 5b9f51a commit 077a84a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@
119119
sys.stderr.write('Warning: sphinx_rtd_theme missing. Use pip to install it.\n')
120120
else:
121121
html_theme = "sphinx_rtd_theme"
122-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
123122
html_theme_options = {
124123
'canonical_url': '',
125124
'analytics_id': 'G-EVD5Z6G6NH',
126125
'logo_only': False,
127-
'display_version': True,
128126
'prev_next_buttons_location': 'None',
129127
# Toc options
130128
'collapse_navigation': False,

0 commit comments

Comments
 (0)