Skip to content

Commit

Permalink
Fix deployment to RTD (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny authored Sep 29, 2023
1 parent 465ee4f commit 488854c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build:
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- "pip install -r docs/requirements.txt"
- "jupyter-book config sphinx docs/"

python:
Expand All @@ -15,6 +16,9 @@ python:
path: .
extra_requirements:
- sphinx
- jupyter-book
- matplotlib
- numpy

sphinx:
builder: html
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{
"data": {
"text/plain": [
"<QuerySet []>"
"<QuerySet [<User: admin>, <User: user>]>"
]
},
"execution_count": 3,
Expand Down
2 changes: 1 addition & 1 deletion tests/django_test_project/book_store/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
"NAME": BASE_DIR / "data.sqlite3",
}
}

Expand Down
Binary file added tests/django_test_project/data.sqlite3
Binary file not shown.

0 comments on commit 488854c

Please sign in to comment.