Skip to content

Commit 52cdd99

Browse files
committed
Add configuration for "Read the Docs"
1 parent ed97ecb commit 52cdd99

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.readthedocs.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html
4+
5+
version: 2
6+
7+
build:
8+
os: ubuntu-20.04
9+
tools:
10+
python: "3.9"
11+
12+
sphinx:
13+
configuration: docs/conf.py
14+
15+
formats:
16+
- epub
17+
- pdf
18+
19+
python:
20+
install:
21+
- requirements: docs/requirements.txt

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ include .coveragerc
99
include .editorconfig
1010
include .flake8
1111
include .mypy.ini
12+
include .readthedocs.yaml
1213

1314
include tox.ini
1415

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ packages = [
3333
{ include = '.editorconfig', format = "sdist" },
3434
{ include = '.flake8', format = "sdist" },
3535
{ include = '.mypy.ini', format = "sdist" },
36+
{ include = '.readthedocs.yaml', format = "sdist" },
3637
{ include = 'poetry.lock', format = "sdist" },
3738
{ include = 'tox.ini', format = "sdist" },
3839
{ include = 'setup.cfg', format = "sdist" },

0 commit comments

Comments
 (0)