File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22# export requirements.txt for buildings docs
3- poetry export -f requirements.txt --output ./docs/source/requirements.txt --dev --without-hashes
3+ poetry export -f requirements.txt --output ./docs/source/requirements.txt --with dev --without-hashes
44cd docs
55
66echo " Rebuilding References"
Original file line number Diff line number Diff line change 4242 'sphinx.ext.napoleon' ,
4343 'nbsphinx' ,
4444 'nbsphinx_link' ,
45+ 'IPython.sphinxext.ipython_console_highlighting' ,
4546]
4647
4748# Specify which files are source files for Sphinx
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ If you wish to add python dependencies:
162162
163163 * add the new dependency to the poetry dependency list with
164164 :code: `poetry add package=version ` or if the dependency is a
165- development tool :code: `poetry add --dev package=version `
165+ development tool :code: `poetry add package=version --group dev `
166166
167167If you wish to remove python dependencies, use :code: `poetry remove package `.
168168
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Linux/WSL2 and MacOS
107107 if different than 3.8.9) to set the Python version that code in the
108108 repository will run.
109109
110- 5. Install :code: `poetry ` using the instructions
110+ 5. Install :code: `poetry>=1.2 ` using the instructions
111111 `here <https://python-poetry.org/docs/master/#installation >`__.
112112
1131136. Install Python dependencies using :code: `poetry install `.
You can’t perform that action at this time.
0 commit comments