You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.rst
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,12 +84,14 @@ Use the following steps:
84
84
# Builds an updated version of the docker image
85
85
$ docker-compose build
86
86
87
-
# Runs the docker environment and builds the assets. The container exits after completing the build.
88
-
$ docker-compose run sphinx_rtd_theme build
89
-
90
87
# Runs the development webserver
91
88
$ docker-compose run sphinx_rtd_theme dev
92
-
89
+
90
+
# If you want to copy stuff out of the Docker environment, run this make
91
+
# target or read the actual Makefile to see what is going on.
92
+
# We suggest running this command every time that you want to quickly build
93
+
# new CSS/JS assets
94
+
$ make docker-build-all
93
95
94
96
Every time you change the Node or Python requirements, you will need to rebuild images with ``docker-compose run sphinx_rtd_theme build``. If you change SASS or JS, you will need to rebuild assets.
0 commit comments