Skip to content

Commit

Permalink
Nox: temporary work-around for cjolowicz/nox-poetry#842
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Aug 17, 2022
1 parent 016f793 commit 7e99a5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def check_docs(session):

@nox_poetry.session()
def build_docs(session):
_install(session, dependencies=['sphinx', 'sphinx-immaterial',
_install(session, dependencies=['https://github.com/brechtm/sphinx/archive/refs/heads/toctree-index.zip',
'sphinx-immaterial',
'sphinxcontrib-autoprogram'])
session.chdir('doc')
session.run('python', 'build.py', *session.posargs)
Expand Down

0 comments on commit 7e99a5e

Please sign in to comment.