Skip to content

Commit

Permalink
Update requirements + add RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Nov 4, 2021
1 parent c6b2754 commit d0c8bf6
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

sphinx:
configuration: docs/source/conf.py

build:
image: latest

python:
version: 3.8
install:
- requirements: requirements-rtd.txt
15 changes: 9 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
black==21.7b0
nox==2021.6.12
pyright==0.0.10
sphinx==4.1.1
sphinx-rtd-dark-mode==1.2.3
sphinx-rtd-theme==0.5.2
black~=21.10b0
build~=0.7.0
flake8~=4.0.0
furo~=2021.10.9
isort~=5.9.3
nox~=2021.10.1
pyright~=0.0.11
git+https://github.com/pytest-dev/py; python_version == "3.11"
sphinx~=4.2.0
5 changes: 5 additions & 0 deletions requirements-nox.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage~=6.0.2
pytest~=6.2.0; python_version <= "3.10"
git+https://github.com/pytest-dev/py; python_version == "3.11"
pytest-testdox~=2.0.0
.
3 changes: 3 additions & 0 deletions requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
git+https://github.com/parafoxia/len8
furo~=2021.9.8
sphinx~=4.2.0
2 changes: 0 additions & 2 deletions requirements-test.txt

This file was deleted.

0 comments on commit d0c8bf6

Please sign in to comment.