mirror of
https://github.com/polybar/polybar.git
synced 2025-02-03 15:35:58 -05:00
doc: Explicitly specify sphinx rtd theme dependency
Since August 7, 2023, readthedocs will not install the rtd theme by default anymore. Ref: https://blog.readthedocs.com/python-core-requirements-changed/
This commit is contained in:
parent
c9752598a5
commit
19e8d53320
2 changed files with 4 additions and 3 deletions
|
@ -17,6 +17,6 @@ sphinx:
|
|||
configuration: doc/conf.py
|
||||
fail_on_warning: true
|
||||
|
||||
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
||||
# formats:
|
||||
# - pdf
|
||||
python:
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
||||
|
|
1
doc/requirements.txt
Normal file
1
doc/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
sphinx-rtd-theme~=1.3.0
|
Loading…
Add table
Reference in a new issue