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
2727## Build the documentation
2828
2929This 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.
3232To build this documentation with ` nox ` , run:
3333
3434``` 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+ """
15import nox
26from pathlib import Path
37
You can’t perform that action at this time.
0 commit comments