Skip to content

Commit ca67e3b

Browse files
committed
Reworked commands for building documentation, etc.
1 parent 168aa91 commit ca67e3b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

compose.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,6 @@ services:
385385

386386
# Commands: Other
387387

388-
docs:
389-
<<: *base
390-
entrypoint: ["make", "spelling"]
391-
working_dir: /tests/django/docs
392-
user: root
393-
394388
pre-commit:
395389
<<: *base
396390
entrypoint: pre-commit run --all-files
@@ -399,3 +393,10 @@ services:
399393
# XXX: Disable eslint due to issues finding dependencies.
400394
# See https://github.com/django/django/pull/18162
401395
SKIP: eslint
396+
397+
sphinx:
398+
<<: *base
399+
entrypoint: make
400+
working_dir: /django/source/docs
401+
environment:
402+
BUILDDIR: /django/output/docs

0 commit comments

Comments
 (0)