File tree Expand file tree Collapse file tree 4 files changed +6
-1397
lines changed Expand file tree Collapse file tree 4 files changed +6
-1397
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ config.rst
35
35
# copied changelog file
36
36
docs /source /other /changelog.md
37
37
38
+ # full config is generated on demand
39
+ docs /source /other /full-config.rst
40
+
38
41
# jetbrains ide stuff
39
42
* .iml
40
43
.idea /
Original file line number Diff line number Diff line change @@ -104,12 +104,11 @@ Building the Docs
104
104
To build the documentation you'll need `Sphinx <http://www.sphinx-doc.org/en/master/ >`_,
105
105
`pandoc <https://pandoc.org/ >`_ and a few other packages.
106
106
107
- To install (and activate) a `conda environment `_ named ``server_docs ``
107
+ To install (and activate) a `conda environment `_ named ``jupyter_server_docs ``
108
108
containing all the necessary packages (except pandoc), use::
109
109
110
110
conda env create -f docs/environment.yml
111
- source activate server_docs # Linux and OS X
112
- activate server_docs # Windows
111
+ conda activate jupyter_server_docs
113
112
114
113
.. _conda environment :
115
114
https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
Original file line number Diff line number Diff line change 1
1
ipykernel
2
2
jinja2
3
3
jupyter_client
4
+ jupyter_server
4
5
myst-parser
5
6
nbformat
6
7
prometheus_client
You can’t perform that action at this time.
0 commit comments