Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-16 15:30:28 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-16 15:31:50 +0300
commit8ce830e1cbd8ff1a27ae69454b013be56ab0d275 (patch)
treeda3bf831bb5a9aea7bccde471beaa899fed001e3 /.readthedocs.yml
parentd635d94eebbca0ebb1a5402aa07ed58c0464c6d3 (diff)
Fix #8662: Add .readthedocs.yml
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 000000000..680a0e3b5
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,8 @@
+version: 2
+python:
+ version: 3
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs