Skip to content

Commit f70c52a

Browse files
tim-schillingdawnwagesokumujustineMarkoM-dotmarksweb
authored
Add Read The Docs configuration file. (django-compressor#1212)
Copied from https://docs.readthedocs.io/en/stable/config-file/v2.html Switched to Python 3.11, since the project doesn't explicitly use 3.12 yet. Co-authored-by: dawnwages <dawn.wages@gmail.com> Co-authored-by: okumujustine <okumujustine01@gmail.com> Co-authored-by: MarkoM-dot <83985775+MarkoM-dot@users.noreply.github.com> Co-authored-by: marksweb <theshow@gmail.com> Co-authored-by: Sandjio <emmasandjio@gmail.com> Co-authored-by: bilenko-ha1305 <dinozzzzzawrik@gmail.com> Co-authored-by: sabderemane <sarahabderemane@gmail.com>
1 parent 1afd937 commit f70c52a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
# Required
5+
version: 2
6+
7+
# Set the OS, Python version and other tools you might need
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
13+
# Build documentation in the "docs/" directory with Sphinx
14+
sphinx:
15+
configuration: docs/conf.py

0 commit comments

Comments
 (0)