Skip to content

Commit

Permalink
WIP pin sphinx to version <7
Browse files Browse the repository at this point in the history
- sphinx-design is not compatible with sphinx 7 executablebooks/sphinx-design#130
  • Loading branch information
nodiscc committed Jul 5, 2023
1 parent e6df4ef commit a25f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clean:
.PHONY: install # install in a virtualenv
install:
python3 -m venv .venv && source .venv/bin/activate && \
pip3 install wheel sphinx && \
pip3 install wheel 'sphinx<7' && \
python3 setup.py install

##### TESTS #####
Expand Down

0 comments on commit a25f253

Please sign in to comment.