Skip to content

Commit

Permalink
update conf syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Nov 24, 2016
1 parent d1df7a0 commit bfaff0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .moban.d/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@

def setup(app):
app.add_stylesheet('theme_overrides.css')


{%endblock%}

4 changes: 2 additions & 2 deletions .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ configuration:
- ".moban.d"
configuration: pyexcel_io.yaml
targets:
- "doc/source/conf.py": "docs/source/conf.py"
- "docs/source/conf.py": "docs/source/conf.py"
- setup.py: setup.py
- .travis.yml: travis.yml.jj2
- requirements.txt: requirements.txt.jj2
Expand All @@ -15,4 +15,4 @@ targets:
- test.sh: test.sh.jj2
- test.bat: test.sh.jj2
- README.rst: README.rst
- "doc/source/index.rst": "docs/source/index.rst"
- "docs/source/index.rst": "docs/source/index.rst"
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

def setup(app):
app.add_stylesheet('theme_overrides.css')


html_static_path = ['_static']
htmlhelp_basename = 'pyexcel-iodoc'
latex_elements = {}
Expand Down

0 comments on commit bfaff0a

Please sign in to comment.