summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2023-06-19 08:28:05 -0300
committerGitHub <noreply@github.com>2023-06-19 08:28:05 -0300
commit6b219734fcd8d2f6489c2f50585a435b34c029c2 (patch)
tree61c8319d0a0203a780e4855ffd9dfdc87d4aaf19
parentcb87a83960523a2367d0f19226a73aed4ce4291d (diff)
downloadpy-upstream-master.tar.gz
Add readthedocs configuration file (#295)upstream-master
As received by email, this configuration file will become mandatory: > The Read the Docs build system will start requiring a configuration file v2 (.readthedocs.yaml) > starting on September 25, 2023. We are sending weekly notifications about this issue to all impacted users, > as well as temporary build failures (brownouts) as the date approaches for those who haven't migrated their projects.
-rw-r--r--.readthedocs.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 00000000..336693bd
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,18 @@
+version: 2
+
+python:
+ install:
+ - method: pip
+ path: .
+
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.9"
+ apt_packages:
+ - inkscape
+
+formats:
+ - epub
+ - pdf
+ - htmlzip