Skip to content

Commit

Permalink
readthedocs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgk committed Sep 12, 2023
1 parent 89fc05f commit 4132d98
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements.dev.txt
3 changes: 3 additions & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx==7.1.2
sphinx_rtd_theme
Markdown<=3.4.4
59 changes: 59 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile docs/requirements.in
#
alabaster==0.7.13
# via sphinx
babel==2.12.1
# via sphinx
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
docutils==0.18.1
# via
# sphinx
# sphinx-rtd-theme
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
markdown==3.4.4
# via -r docs/requirements.in
markupsafe==2.1.3
# via jinja2
packaging==23.1
# via sphinx
pygments==2.16.1
# via sphinx
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
# via
# -r docs/requirements.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==1.3.0
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==2.0.4
# via requests
3 changes: 1 addition & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
-r requirements.test.txt
-r docs/requirements.txt
Django>=3,<5
django-bootstrap3==23.4
flake8
pluggy>=0.12.0
Sphinx
sphinx_rtd_theme
nox
twine
wheel
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Markdown<=3.4.4
django-ace-overlay==0.8.0
#django-admin-sortable2==2.1.9
django-admin-sortable2>=1.0.4
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
from setuptools import setup

from pip._internal.req import parse_requirements
from pip._internal.req.constructors import (
install_req_from_parsed_requirement,
)


PACKAGE = "business_logic"
NAME = "django-business-logic"
Expand Down

0 comments on commit 4132d98

Please sign in to comment.