From e7905c9858f92afff78d3545606fef42451b319f Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Sun, 26 Jun 2022 22:16:51 +0200 Subject: [PATCH 1/2] Fix building CLI docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7aac0735ef..52603bb1f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ click.Command = pipenv.vendor.click.Command click.Group = pipenv.vendor.click.Group - +click.BaseCommand = pipenv.vendor.click.BaseCommand # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. From b12e197e8127dc0a9495a3befb14e3c9e2fbdb1a Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Sun, 26 Jun 2022 22:17:09 +0200 Subject: [PATCH 2/2] Fix contributing docs Double colon before block directive is wrong. --- docs/dev/contributing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index b8f5d4267e..ccc2c7c206 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -282,9 +282,10 @@ $ docker run --rm -v $(pwd):/usr/src -it python:3.7 bash It is important that your environment is setup correctly, and this may take some work, for example, on a specific Mac installation, the following -steps may be needed:: +steps may be needed: .. code-block:: bash + # Make sure the tests can access github if [ "$SSH_AGENT_PID" = "" ] then