Skip to content

Commit

Permalink
Pin version of sphinx to 5.2.0
Browse files Browse the repository at this point in the history
Related to issue Wilfred#11
  • Loading branch information
alejandrogallo committed Nov 17, 2022
1 parent 07f8a9c commit fba852b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PYTHON_VERSION ?= 3.9.9
VIRTUALENV_BIN ?= virtualenv
SPHINX_VERSION ?= 5.2.0

default: python.info

Expand All @@ -16,7 +17,7 @@ sphinx_env:
$(VIRTUALENV_BIN) sphinx_env

sphinx-build: sphinx_env
sphinx_env/bin/pip install sphinx
sphinx_env/bin/pip install sphinx==$(SPHINX_VERSION)

python.texi: python_src sphinx-build
sphinx_env/bin/sphinx-build -b texinfo python_src/Doc python_info
Expand Down

0 comments on commit fba852b

Please sign in to comment.