summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-05-25 22:53:24 +0200
committerJohn Villalovos <john@sodarock.com>2022-01-04 16:23:02 -0800
commitee6b024347bf8a178be1a0998216f2a24c940cee (patch)
treebee6ec58359ef8c50f0e18cc07c0e2daf6cd8afd /docs/install.rst
parent158238779e4608e76138ae437acf80f3175d5580 (diff)
downloadgitlab-ee6b024347bf8a178be1a0998216f2a24c940cee.tar.gz
docs: switch to Furo and refresh introduction pages
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/install.rst b/docs/install.rst
deleted file mode 100644
index b8672bb..0000000
--- a/docs/install.rst
+++ /dev/null
@@ -1,26 +0,0 @@
-############
-Installation
-############
-
-``python-gitlab`` is compatible with Python 3.7+.
-
-Use :command:`pip` to install the latest stable version of ``python-gitlab``:
-
-.. code-block:: console
-
- $ pip install --upgrade python-gitlab
-
-The current development version is available on both `GitHub.com
-<https://github.com/python-gitlab/python-gitlab>`__ and `GitLab.com
-<https://gitlab.com/python-gitlab/python-gitlab>`__, and can be
-installed directly from the git repository:
-
-.. code-block:: console
-
- $ pip install git+https://github.com/python-gitlab/python-gitlab.git
-
-From GitLab:
-
-.. code-block:: console
-
- $ pip install git+https://gitlab.com/python-gitlab/python-gitlab.git