Skip to content

Commit

Permalink
Fix docs build in rever script
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Apr 21, 2023
1 parent 7d8da1d commit 662648c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def run_tests():

@activity
def build_docs():
with run_in_conda_env(['python=3.10', 'sphinx', 'myst-parser', 'numpy']):
with run_in_conda_env(['python=3.10', 'sphinx', 'myst-parser', 'numpy',
'sphinx-copybutton', 'furo']):
cd docs
make html
cd ..
Expand Down

0 comments on commit 662648c

Please sign in to comment.