Skip to content

Commit

Permalink
Downgrade sphinx version (#1284) (#1286)
Browse files Browse the repository at this point in the history
Two days ago, sphinx doc released a new version, 3.0.0.
Unfortunately, there's an issue with it that causes building docs for
garage to crash.

Until [that issue](sphinx-doc/sphinx#7422) is
closed, we need to avoid updating for the CI to work.

(cherry picked from commit aabfe20)

Co-authored-by: K.R. Zentner <41180126+krzentner@users.noreply.github.com>
  • Loading branch information
mergify[bot] and krzentner committed Apr 8, 2020
1 parent b7f16e4 commit 73c73fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -18,5 +18,5 @@ tensorflow-probability<0.6.0,>=0.5.0

# dev dependencies
recommonmark
sphinx
sphinx==2.4.4
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -80,7 +80,7 @@
'recommonmark',
'rlkit @ https://{}@api.github.com/repos/vitchyr/rlkit/tarball/1d469a509b797ca04a39b8734c1816ca7d108fc8'.format(GARAGE_GH_TOKEN), # noqa: E501
'seaborn',
'sphinx',
'sphinx==2.4.4',
'sphinx_rtd_theme',
'yapf==0.28.0',
] # yapf: disable
Expand Down

0 comments on commit 73c73fc

Please sign in to comment.