Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodburi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
zodburi
Commits
9b238330
Commit
9b238330
authored
May 02, 2013
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automate building the Sphinx docs via 'tox'.
parent
35fdaca7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGES.txt
CHANGES.txt
+3
-1
tox.ini
tox.ini
+9
-1
No files found.
CHANGES.txt
View file @
9b238330
...
...
@@ -4,7 +4,9 @@
Unreleased
----------
- Fix 'zconfig:' URIs under Python 2.7. The code worked around a bug in
- Automated building the Sphinx docs via ``tox``.
- Fixed 'zconfig:' URIs under Python 2.7. The code worked around a bug in
the stdlib's 'urlparse.urlsplit' for Python < 2.7; that workaround broke
under 2.7. See https://github.com/Pylons/zodburi/issues/5
...
...
tox.ini
View file @
9b238330
[tox]
envlist
=
py26,py27,cover
py26,py27,cover
,docs
[testenv]
commands
=
...
...
@@ -21,3 +21,11 @@ deps =
# combination of versions of coverage and nosexcover that i can find.
# coverage==3.4 is required by nosexcover.
[testenv:docs]
basepython
=
python2.6
commands
=
sphinx-build
-b
html
-d
docs/_build/doctrees
docs
docs/_build/html
deps
=
Sphinx
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment