diff --git a/continuous_integration/environment.yaml b/continuous_integration/environment.yaml index deaeff09..81cdab9d 100644 --- a/continuous_integration/environment.yaml +++ b/continuous_integration/environment.yaml @@ -43,10 +43,11 @@ dependencies: - sphinx - pip - python-graphviz - - sphinx-argparse +# - sphinx-argparse - fsspec - s3fs - sphinxcontrib-apidoc - pip: - git+https://github.com/pytroll/satpy.git - git+https://github.com/pytroll/pyresample.git + - git+https://github.com/djhoese/sphinx-argparse.git@bugfix-section-nums diff --git a/jenkins_environment.yml b/jenkins_environment.yml index 43c0e70e..209a3861 100644 --- a/jenkins_environment.yml +++ b/jenkins_environment.yml @@ -11,5 +11,6 @@ dependencies: - matplotlib - pip: - graphviz - - sphinx-argparse +# - sphinx-argparse + - git+https://github.com/djhoese/sphinx-argparse.git@bugfix-section-nums - sphinxcontrib-apidoc