Skip to content

Commit

Permalink
Pin Sphinx to avoid aggressive extlinks warning
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Feb 1, 2022
1 parent 2f5fc10 commit fe19f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -48,7 +48,7 @@ jinja2 = "~2.11"
lxml = "^4.3"
markdown = "~3.3.4"
typogrify = "^2.0"
sphinx = "^3.0"
sphinx = "<4.4.0"
sphinx_rtd_theme = "^0.5"
livereload = "^2.6"
psutil = {version = "^5.7", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.pip
@@ -1,3 +1,3 @@
sphinx
sphinx<4.4.0
sphinx_rtd_theme
livereload

0 comments on commit fe19f1a

Please sign in to comment.