From 7032c71fde86ba04c15661825cb43b39b6161122 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 10 Jan 2023 16:42:42 -0700 Subject: [PATCH 1/2] Update installation.rst --- docs/source/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 6911850b5..7ccf93399 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -355,6 +355,7 @@ Install from Source For development, it is recommended to first create a conda environment containing all of pyiron's dependencies. The dependencies are available in pyiron's `environment.yml `_ file. .. code-block:: bash + git clone https://github.com/pyiron/pyiron.git conda env create -f pyiron/environment.yml From 4f5f9de82b1b5ba8166ce7e528d6ab74bacd4aea Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 10 Jan 2023 16:52:28 -0700 Subject: [PATCH 2/2] Restrict sphinx version --- .ci_support/environment-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 87bd33d1e..509d518f8 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -2,6 +2,7 @@ channels: - conda-forge dependencies: - nbsphinx +- sphinx <6.1 - aimsgb - ase - defusedxml