Skip to content

Commit

Permalink
rtfd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 8, 2015
1 parent 0fd0ed4 commit 1b9dff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build_docs.sh

This file was deleted.

2 changes: 1 addition & 1 deletion doc/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% extends "!layout.html" %}
{% set css_files = ["_static/elm_doc_style.css"] + css_files %}
{% set css_files = ["_static/larch_rtfd.css"] + css_files %}
{% set css_files = ["http://fonts.googleapis.com/css?family=Roboto+Slab:100,400,700|Source+Sans+Pro|Roboto"] + css_files %}
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return Mock()

MOCK_MODULES = ['argparse', 'numpy', 'pandas', 'larch.core']
MOCK_MODULES = ['argparse', 'numpy', 'pandas', 'larch.core', 'larch.apsw']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)


Expand Down Expand Up @@ -186,7 +186,7 @@ def __getattr__(cls, name):

#html_context = {
# 'css_files': [
# '_static/elm_doc_style.css', # overrides for wide tables in RTD theme
# '_static/larch_rtfd.css', # overrides for wide tables in RTD theme
# ],
# }

Expand Down

0 comments on commit 1b9dff9

Please sign in to comment.