mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-24 23:17:43 +00:00
Merge branch 'main' of https://github.com/VarMonke/Github-Api-Wrapper
This commit is contained in:
commit
ff98977edb
3 changed files with 10 additions and 5 deletions
|
@ -6,4 +6,8 @@ sphinx:
|
||||||
builder: html
|
builder: html
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
version: 3.8
|
||||||
|
install:
|
||||||
|
- method: pip
|
||||||
|
path: .
|
||||||
|
- requirements: docs/requirements.txt
|
||||||
|
|
4
docs/requirements.txt
Normal file
4
docs/requirements.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
sphinx==4.4.0
|
||||||
|
sphinxcontrib_trio==1.1.2
|
||||||
|
sphinxcontrib-websupport
|
||||||
|
typing-extensions
|
|
@ -1,5 +1,2 @@
|
||||||
aiohttp==3.8.1
|
aiohttp==3.8.1
|
||||||
sphinx==4.4.0
|
typing-extensions
|
||||||
sphinxcontrib_trio==1.1.2
|
|
||||||
sphinxcontrib-websupport
|
|
||||||
typing-extensions
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue