From ca490b46520b99fb0a134f92adbb0fcb7a1725b4 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 17 Jan 2024 11:34:13 -0600 Subject: [PATCH] Switch to unstable sphinx-argparse for better documentation section numbers --- continuous_integration/environment.yaml | 3 ++- jenkins_environment.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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