Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Revert "Update sphinx version"
Browse files Browse the repository at this point in the history
This reverts commit 951b97c.
  • Loading branch information
Shabirmean committed Feb 24, 2021
1 parent 951b97c commit ffef265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -201,7 +201,7 @@ def docfx(session):
session.install("-e", ".")
# sphinx-docfx-yaml supports up to sphinx version 1.5.5.
# https://github.com/docascode/sphinx-docfx-yaml/issues/97
session.install("sphinx==1.7.6", "alabaster", "recommonmark", "sphinx-docfx-yaml")
session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
Expand Down

0 comments on commit ffef265

Please sign in to comment.