Skip to content

Commit

Permalink
add all required packages to docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley committed Sep 18, 2023
1 parent a23cf50 commit 6db485f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ at the root of the repository.
conda env create -n rubicon-ml-dev python>=3.8
Installing ``rubicon_ml``
=======================
=========================

After you've cloned the repository, use ``pip`` to install ``rubicon_ml`` locally:

Expand Down Expand Up @@ -84,7 +84,7 @@ the necessary tools:

.. code-block:: shell
conda env create -n rubicon-ml-docs python>=3.8
conda env create -n rubicon-ml-docs "python>=3.8"
Activate the new environment, install a local copy of ``rubicon_ml``, and
use the ``make html`` command from the ``docs`` directory to build the
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ docs = [
"numpydoc",
"sphinx",
"sphinx-copybutton",
"rubicon-ml[prefect]",
"rubicon-ml[viz]",
]
lab = ["jupyterlab"]
prefect = ["prefect<=1.2.4,>=0.12.0"]
Expand Down

0 comments on commit 6db485f

Please sign in to comment.