Skip to content

Commit d882a81

Browse files
committed
Configure a .readthedocs.yaml
And get rid of a disused travis config.
1 parent 8889e02 commit d882a81

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

.readthedocs.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# .readthedocs.yaml
2+
3+
# Read the Docs configuration file for Sphinx projects
4+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5+
6+
# Required
7+
version: 2
8+
9+
# Set the OS, Python version and other tools you might need
10+
build:
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.12"
14+
# You can also specify other tool versions
15+
16+
# Build documentation in the root directory with Sphinx
17+
sphinx:
18+
configuration: ./conf.py
19+
20+
# Optionally build additional formats such as PDF and ePub
21+
formats:
22+
- htmlzip
23+
# - pdf
24+
- epub
25+
26+
# Optional but recommended, declare the Python requirements required
27+
# to build your documentation
28+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
29+
python:
30+
install:
31+
- requirements: ./requirements.txt

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)