Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
05f42a2c
Commit
05f42a2c
authored
Aug 14, 2019
by
A_Rog
Committed by
Benoit Pierre
Aug 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed html sidebars to supported version in Sphinx (#1804)
parent
e40a6035
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+2
-0
changelog.d/1565.misc.rst
changelog.d/1565.misc.rst
+2
-0
docs/conf.py
docs/conf.py
+1
-1
No files found.
.travis.yml
View file @
05f42a2c
...
...
@@ -21,6 +21,8 @@ jobs:
-
<<
:
*latest_py3
env
:
LANG=C
-
python
:
3.8-dev
-
<<
:
*latest_py3
env
:
TOXENV=docs DISABLE_COVERAGE=1
-
<<
:
*default_py
stage
:
deploy (to PyPI for tagged commits)
if
:
tag IS present
...
...
changelog.d/1565.misc.rst
0 → 100644
View file @
05f42a2c
Changed html_sidebars from string to list of string as per
https://www.sphinx-doc.org/en/master/changes.html#id58
docs/conf.py
View file @
05f42a2c
...
...
@@ -69,7 +69,7 @@ html_theme_path = ['_theme']
html_use_smartypants
=
True
# Custom sidebar templates, maps document names to template names.
html_sidebars
=
{
'index'
:
'indexsidebar.html'
}
html_sidebars
=
{
'index'
:
[
'relations.html'
,
'sourcelink.html'
,
'indexsidebar.html'
,
'searchbox.html'
]
}
# If false, no module index is generated.
html_use_modindex
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment