We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb44acb commit 37d0166Copy full SHA for 37d0166
.github/workflows/docs.yml
@@ -13,7 +13,7 @@ on:
13
build-python-version:
14
description: Python version used for docs build
15
type: string
16
- default: 3.6
+ default: '3.6'
17
18
jobs:
19
build_pages:
docs/requirements.txt
@@ -1,7 +1,7 @@
1
-sphinx>=3.0
2
-sphinx_rtd_theme
+sphinx~=1.8.3
+sphinx_rtd_theme~=0.4.2
3
4
# Unfortunately the pip package "sphinxcontrib-versioning" is
5
# broken and not maintained anymore, thus cloning it directly from
6
# a forked Git repository which contains important bugfixes.
7
-# git+https://github.com/leokoppel/sphinxcontrib-versioning.git@93fe26211de4322c0ddf347f51e095b580cdcd55
+git+https://github.com/leokoppel/sphinxcontrib-versioning.git@93fe26211de4322c0ddf347f51e095b580cdcd55
0 commit comments