Skip to content

Commit 37d0166

Browse files
committed
reset sphinx version
1 parent bb44acb commit 37d0166

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
build-python-version:
1414
description: Python version used for docs build
1515
type: string
16-
default: 3.6
16+
default: '3.6'
1717

1818
jobs:
1919
build_pages:

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
sphinx>=3.0
2-
sphinx_rtd_theme
1+
sphinx~=1.8.3
2+
sphinx_rtd_theme~=0.4.2
33

44
# Unfortunately the pip package "sphinxcontrib-versioning" is
55
# broken and not maintained anymore, thus cloning it directly from
66
# a forked Git repository which contains important bugfixes.
7-
# git+https://github.com/leokoppel/sphinxcontrib-versioning.git@93fe26211de4322c0ddf347f51e095b580cdcd55
7+
git+https://github.com/leokoppel/sphinxcontrib-versioning.git@93fe26211de4322c0ddf347f51e095b580cdcd55

0 commit comments

Comments
 (0)