From 887df51eefafe591c72aef80ecad6054e2dad9a6 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sun, 18 Jun 2017 01:31:32 +0200 Subject: [PATCH] docs: development: update docs remarks --- docs/development.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 47e57725b..37cc9ad68 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -237,9 +237,10 @@ Building the docs with Sphinx The documentation (in reStructuredText format, .rst) is in docs/. -To build the html version of it, you need to have sphinx installed:: +To build the html version of it, you need to have Sphinx installed +(in your Borg virtualenv with Python 3):: - pip3 install sphinx sphinx_rtd_theme # important: this will install sphinx with Python 3 + pip install -r requirements.d/docs.txt Now run:: @@ -248,7 +249,7 @@ Now run:: Then point a web browser at docs/_build/html/index.html. -The website is updated automatically through Github web hooks on the +The website is updated automatically by ReadTheDocs through GitHub web hooks on the main repository. Using Vagrant