Skip to content

Commit a5c3ba8

Browse files
committed
Fix doc
1 parent 4eedb7b commit a5c3ba8

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

.readthedocs.yaml

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
1-
version: 2
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
24

3-
sphinx:
4-
configuration: docs/source/conf.py
5+
# Required
6+
version: 2
57

8+
# Set the OS, Python version and other tools you might need
69
build:
710
os: ubuntu-22.04
811
tools:
912
python: "3.11"
13+
14+
# Build documentation in the "docs/" directory with Sphinx
15+
sphinx:
16+
configuration: docs/source/conf.py
17+
18+
# Optionally build your docs in additional formats such as PDF and ePub
19+
formats:
20+
- pdf
21+
- epub
22+
23+
# Optional but recommended, declare the Python requirements required
24+
# to build your documentation
25+
python:
26+
install:
27+
- requirements: docs/requirements.txt

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme

0 commit comments

Comments
 (0)