Skip to content

Commit

Permalink
Deprecate docs/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ades authored and einarf committed Oct 13, 2023
1 parent 00d0bc9 commit 3dd685b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
18 changes: 10 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
build:
image: latest

python:
version: 3.8
setup_py_install: true
install:
- requirements: docs/requirements.txt
build:
image: latest

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
4 changes: 0 additions & 4 deletions docs/requirements.txt

This file was deleted.

7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include =
moderngl_window.*

[options.extras_require]
pdf = ReportLab>=1.2; RXP
pdf = ReportLab>=1.2
PySide2 = PySide2<6
pyqt5 = PyQt5
glfw = glfw
Expand All @@ -58,3 +58,8 @@ tests =
pywavefront
trimesh
scipy
docs =
Sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon
doc8

0 comments on commit 3dd685b

Please sign in to comment.