We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168aa91 commit ca67e3bCopy full SHA for ca67e3b
compose.yml
@@ -385,12 +385,6 @@ services:
385
386
# Commands: Other
387
388
- docs:
389
- <<: *base
390
- entrypoint: ["make", "spelling"]
391
- working_dir: /tests/django/docs
392
- user: root
393
-
394
pre-commit:
395
<<: *base
396
entrypoint: pre-commit run --all-files
@@ -399,3 +393,10 @@ services:
399
# XXX: Disable eslint due to issues finding dependencies.
400
# See https://github.com/django/django/pull/18162
401
SKIP: eslint
+
397
+ sphinx:
398
+ <<: *base
+ entrypoint: make
+ working_dir: /django/source/docs
+ environment:
402
+ BUILDDIR: /django/output/docs
0 commit comments