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/README.md
+10-7
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# ReactPy's Documentation
2
2
3
-
We provide two main ways to run the docs. Both use `nox` which has a `noxfile.py` at the
4
-
root of the repository. Running the docs with `nox -s docs` will start up an iteractive
5
-
session which will rebuild the docs any time a file is modified. Using `nox -s docs_in_docker` on the other hand, will build a docker image and run the docs from
6
-
there. The latter command mimics how the docs will behave in production. As such, if any
7
-
changes to the core of the documentation are made (i.e. to non-`*.rst` files), then you
8
-
should run a manual test of the documentation using the `docs_in_docker` session.
3
+
We provide two main ways to run the docs. Both use
4
+
[`nox`](https://pypi.org/project/nox/):
9
5
10
-
If you with to build and run the docs by hand you need to perform two commands, each
6
+
-`nox -s docs` - displayes the docs and rebuilds when files are modified.
7
+
-`nox -s docs-in-docker` - builds a docker image and runs the docs from there.
8
+
9
+
If any changes to the core of the documentation are made (i.e. to non-`*.rst` files),
10
+
then you should run a manual test of the documentation using the `docs_in_docker`
11
+
session.
12
+
13
+
If you wish to build and run the docs by hand you need to perform two commands, each
0 commit comments