Skip to content

Commit

Permalink
setup.py: install sphinx through install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 27, 2023
1 parent 0cdbd59 commit 388d616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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==7.1.0' && \
pip3 install wheel && \
python3 -m pip install .

##### TESTS #####
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'yt_dlp',
'jinja2',
'Markdown',
'sphinx==7.1.0',
'furo',
'myst-parser',
'sphinx-design'
Expand Down

0 comments on commit 388d616

Please sign in to comment.