Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit a5a20de

Browse files
committed
[Docs] Fix dropdown and update requirements
1 parent 1a712f7 commit a5a20de

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135

136136
# Add any paths that contain custom themes here, relative to this directory.
137137
#html_theme_path = []
138+
html_context = {'project_short_name': project_short_name}
138139

139140
# The name for this set of Sphinx documents.
140141
# "<project> v<release> documentation" by default.
@@ -175,7 +176,6 @@
175176

176177
# Custom sidebar templates, maps document names to template names.
177178
#html_sidebars = {}
178-
html_sidebars = {'**': ['globaltoc_sidebar.html']}
179179

180180
# Additional templates that should be rendered to pages, maps page names to
181181
# template names.

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,7 @@ def run(self):
123123
'coverage',
124124
'tox',
125125
'pip-tools',
126-
'Sphinx~=1.5.0',
127-
'sphinx-autobuild',
128-
'sphinx-rtd-theme',
129-
'sphinx_bootstrap_theme~=0.4.0',
126+
'kytos_sphinx_theme',
130127
'yala',
131128
],
132129
},

0 commit comments

Comments
 (0)