mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Improve ReadTheDocs configuration
This commit is contained in:
parent
9384e7cb0b
commit
48a0484d15
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ build:
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
|
|
||||||
|
# Build all formats
|
||||||
|
formats: all
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
@ -19,3 +22,5 @@ sphinx:
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: requirements/developer.pip
|
- requirements: requirements/developer.pip
|
||||||
|
- method: pip
|
||||||
|
path: .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue