1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 13:08:12 +00:00
This commit is contained in:
VarMonke 2022-05-16 13:54:43 +05:30
commit ff98977edb
3 changed files with 10 additions and 5 deletions

View file

@ -6,4 +6,8 @@ sphinx:
builder: html
python:
version: 3.8
version: 3.8
install:
- method: pip
path: .
- requirements: docs/requirements.txt

4
docs/requirements.txt Normal file
View file

@ -0,0 +1,4 @@
sphinx==4.4.0
sphinxcontrib_trio==1.1.2
sphinxcontrib-websupport
typing-extensions

View file

@ -1,5 +1,2 @@
aiohttp==3.8.1
sphinx==4.4.0
sphinxcontrib_trio==1.1.2
sphinxcontrib-websupport
typing-extensions
typing-extensions