File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ The JupyterHub team also maintains analysis of binder data including [billing da
27
27
## Build the documentation
28
28
29
29
This documentation is built with [ the Sphinx Documentation engine] ( ) .
30
- The easiest way to build the documentation is with ` nox ` .
31
- ` nox ` is a way to automatically install environments and run commands locally.
30
+ The easiest way to build the documentation is with [ the tool ` nox ` ] ( https://nox.thea.codes/en/stable/ ) .
31
+ ` nox ` is kind-of like a Makefile, it is a way to automatically install environments and run commands locally.
32
32
To build this documentation with ` nox ` , run:
33
33
34
34
``` bash
Original file line number Diff line number Diff line change
1
+ """A nox configuration file so that we can build the documentation easily with nox.
2
+ - see the README.md for information about nox.
3
+ - ref: https://nox.thea.codes/en/stable/
4
+ """
1
5
import nox
2
6
from pathlib import Path
3
7
You can’t perform that action at this time.
0 commit comments