diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-16 21:42:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 21:42:18 +0900 |
commit | 7c340e1c1c43f173f11efc14feb29cd08cedb995 (patch) | |
tree | 3990da7f41d7d4d934799c2695e4f96bd40d27ff | |
parent | 90ab89311ff6f7f0074e6859f14805dc0ff0a082 (diff) | |
parent | 8ce830e1cbd8ff1a27ae69454b013be56ab0d275 (diff) | |
download | sphinx-git-7c340e1c1c43f173f11efc14feb29cd08cedb995.tar.gz |
Merge pull request #8691 from tk0miya/add_readthedocs.yml
Fix #8662: Add .readthedocs.yml
-rw-r--r-- | .readthedocs.yml | 8 |
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 |