You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,14 @@ In addition, read
47
47
for guidance on the questions you should answer before officially submitting
48
48
the JEP.
49
49
50
+
## Docs hosting
51
+
52
+
We use a GitHub action to build the documentation with Sphinx and push it to the `gh-pages` branch of the repository.
53
+
This is then hosted at `jupyter.org/enhancement-proposals`.
54
+
55
+
We use a ReadTheDocs build to automatically generate **previews** of the documentation for Pull Requests.
56
+
However this is not the publicly-hosted version of the documentation, it is just for PRs.
57
+
50
58
## Build the enhancement proposal docs
51
59
52
60
The Enhancement Proposal documentation is structured as a [Sphinx documentation site](https://www.sphinx-doc.org/) that uses a them and configuration inspired by [Jupyter Book](https://jupyterbook.org).
0 commit comments