Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from ola-t/master
Browse files Browse the repository at this point in the history
test doc in travis
  • Loading branch information
potter-s committed Jul 18, 2017
2 parents a6f1de7 + 507933e commit 713c807
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
sudo: false
dist: trusty

python:
- "3.6"
- "3.5"
- "2.7"

install:
- pip install -r requirements.txt

script:
- cd docs
- make html linkcheck
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = []

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down Expand Up @@ -287,3 +287,5 @@

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

linkcheck_ignore = [r'http://localhost:\d+/']
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx~=1.6.3
sphinx-rtd-theme~=0.2.4

0 comments on commit 713c807

Please sign in to comment.