Skip to content

Commit

Permalink
- move to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 30, 2020
1 parent 9873981 commit 3034540
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 215 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ bin/
eggs/
.installed.cfg
*.swp
lib/
lib64
parts/
docs/_build/
develop-eggs/
pyvenv.cfg
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,24 @@ www.zope.org
This repository contains the Sphinx documentation sources for www.zope.org.


Sandbox setup instructions
--------------------------

Create a virtual environment, install ``zc.buildout`` and run the buildout::

$ python3 -m venv .
$ bin/pip install -U pip wheel
$ bin/pip install zc.buildout
$ bin/buildout


Building the site
-----------------

After th sandbox is set up once (see above), use the following steps to build
the HTML output::

$ cd docs/
$ make html

The output will be at ``docs/_build/html``
210 changes: 0 additions & 210 deletions bootstrap.py

This file was deleted.

5 changes: 0 additions & 5 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[buildout]
versions = versions
parts =
scripts

Expand All @@ -10,7 +9,3 @@ eggs =
sphinx_rtd_theme
scripts =
sphinx-build

[versions]
# Sphinx 2.0 and up only works on Python 3
Sphinx = <2

0 comments on commit 3034540

Please sign in to comment.