We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1c15d commit 5f91b17Copy full SHA for 5f91b17
CONTRIBUTING.md
@@ -130,6 +130,19 @@ nox -- -k test__normal_command__logged
130
131
9. Submit a pull request through the GitHub website.
132
133
+## Interactive documentation development
134
+
135
+Our nox configuration include special session for simplifying documentation
136
+development. When launched, documentation will be re-rendered after any saved
137
+code/documentation files changes. To use this session, after local environment setup,
138
+just run:
139
140
+```bash
141
+nox -s docs
142
+```
143
144
+Rendered documentation will be available under: <http://localhost:9812/>
145
146
## Style guide
147
148
### General guidelines
0 commit comments