We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c3ec7 commit ba36810Copy full SHA for ba36810
docs/source/contributing/index.rst
@@ -108,6 +108,19 @@ Add the following to your VSCode ``settings.json``:
108
109
-------------------------------------------------------------------------------
110
111
+Contributing to the docs
112
+------------------------
113
+
114
+The docs are written using Sphinx. To get them running locally:
115
116
+* Install the requirements: ``pip install -r requirements/readthedocs-requirements.txt``
117
+* ``cd docs``
118
+* Do an initial build of the docs: ``make html``
119
+* Serve the docs: ``python serve_docs.py``
120
+* The docs will auto rebuild as you make changes.
121
122
+-------------------------------------------------------------------------------
123
124
Storybook
125
---------
126
0 commit comments