Skip to content

Commit 4dd70c6

Browse files
committed
Fix doc build
1 parent 689db66 commit 4dd70c6

File tree

4 files changed

+2
-41
lines changed

4 files changed

+2
-41
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
# Add any paths that contain custom static files (such as style sheets) here,
130130
# relative to this directory. They are copied after the builtin static files,
131131
# so a file named "default.css" will overwrite the builtin "default.css".
132-
html_static_path = ['_static']
132+
html_static_path = []
133133

134134
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
135135
# using the given strftime format.

docs/django_readonly_field.rst

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/modules.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[tox]
2-
skipsdist = True
32
envlist =
43
py310-django{22,30,31,40,41}
54
py{37,38,39,310,311}-django32,
@@ -29,16 +28,14 @@ commands =
2928

3029
# Dedicated linter tox target
3130
[testenv:lint]
32-
whitelist_externals = make
3331
deps =
3432
# Does not need any other requirement
3533
flake8>=2.1.0
3634
commands =
3735
flake8 django_readonly_field tests
3836

3937
[testenv:docs]
40-
whitelist_externals =
38+
allowlist_externals =
4139
make
4240
commands =
43-
sphinx-apidoc --force --output-dir docs/ django_readonly_field
4441
make -C docs clean html

0 commit comments

Comments
 (0)