Skip to content

Commit e470185

Browse files
committed
Add the Travis configuration
1 parent 8e86e02 commit e470185

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
3+
sudo: false
4+
5+
python:
6+
- "2.7"
7+
8+
script: sphinx-build -nW -b html -d build/doctrees . build/html

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# serve to show the default.
1313

1414
import sys, os
15-
from sphinx.highlighting import lexers
16-
from pygments.lexers.web import PhpLexer
15+
from sphinx.highlighting import lexers
16+
from pygments.lexers.web import PhpLexer
1717

1818
lexers['php'] = PhpLexer(startinline=True)
1919

@@ -131,7 +131,7 @@
131131
# Add any paths that contain custom static files (such as style sheets) here,
132132
# relative to this directory. They are copied after the builtin static files,
133133
# so a file named "default.css" will overwrite the builtin "default.css".
134-
html_static_path = ['theme/_static']
134+
#html_static_path = ['theme/_static']
135135

136136
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
137137
# using the given strftime format.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sphinx==1.2.2

0 commit comments

Comments
 (0)