diff --git a/docs/html/cli/pip.rst b/docs/html/cli/pip.rst index 6ac4caaec15..d5b6b034c80 100644 --- a/docs/html/cli/pip.rst +++ b/docs/html/cli/pip.rst @@ -47,7 +47,7 @@ verbosity log will be kept. This option is empty by default. This log appends to previous logging. Like all pip options, ``--log`` can also be set as an environment variable, or -placed into the pip config file. See the :doc:`topics/configuration` section. +placed into the pip config file. See the :doc:`../topics/configuration` section. .. _`exists-action`: diff --git a/docs/html/cli/pip_install.rst b/docs/html/cli/pip_install.rst index 14a8b46aadd..2403f8370cb 100644 --- a/docs/html/cli/pip_install.rst +++ b/docs/html/cli/pip_install.rst @@ -413,14 +413,14 @@ overridden by using ``--cert`` option or by using ``PIP_CERT``, Caching ------- -This is now covered in :doc:`../topics/caching` +This is now covered in :doc:`../topics/caching`. .. _`Wheel cache`: Wheel Cache ^^^^^^^^^^^ -This is now covered in :doc:`../topics/caching` +This is now covered in :doc:`../topics/caching`. .. _`hash-checking mode`: diff --git a/docs/html/development/configuration.rst b/docs/html/development/configuration.rst deleted file mode 100644 index b099e327eb3..00000000000 --- a/docs/html/development/configuration.rst +++ /dev/null @@ -1,7 +0,0 @@ -:orphan: - -============= -Configuration -============= - -This content is now covered in the :doc:`topics/configuration` section of the :doc:`User Guide `.