File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -98,14 +98,20 @@ $ tox run -e docs-watch
9898
9999This will build the documentation, watch for changes, and rebuild it whenever you save a file.
100100
101- To just build the documentation and run doctests, use:
101+ To just build the documentation and exit immediately use:
102102
103103``` console
104- $ tox run -e docs
104+ $ tox run -e docs-build
105105```
106106
107107You will find the built documentation in ` docs/_build/html ` .
108108
109+ To run doctests:
110+
111+ ``` console
112+ $ tox run -e docs-doctests
113+ ```
114+
109115
110116## Code
111117
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 if : ${{ failure() }}
173173
174174 docs :
175- name : Run doctests
175+ name : Run doctests & render changelog
176176 runs-on : ubuntu-latest
177177 needs : build-package
178178 steps :
You can’t perform that action at this time.
0 commit comments