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 d4363bf commit ee730e4Copy full SHA for ee730e4
README.md
@@ -233,12 +233,20 @@ as follows:
233
git clone https://github.com/nats-io/nats.py
234
cd nats.py
235
git clone https://github.com/nats-io/nats.py --branch docs --single-branch docs
236
+cd docs
237
pipenv install --dev sphinx sphinx_autodoc_typehints myst_parser furo pygments
238
pipenv shell
239
make html
240
+# preview the changes:
241
make serve
242
```
243
244
+If you are happy with the changes, make a PR on the docs branch:
245
+```
246
+make publish
247
+git add docs
248
249
+
250
## License
251
252
Unless otherwise noted, the NATS source files are distributed under
0 commit comments