diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-06-23 18:36:37 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-06-23 18:36:37 -0400 |
| commit | c51f3bed6bdef577253feee0e85a71fda1931bd7 (patch) | |
| tree | 1cf26ff28e0b9bfb6bfbed044ba7ca520d63f862 /api-docs/source/conf.py | |
| parent | 4b988c0d24c8d8c8dc67485f3aaeb7106eb4af18 (diff) | |
| parent | cca0fe6ea60eb7f6b35cc433a6fff96cc65b3ff8 (diff) | |
Merge branch 'dev'
Diffstat (limited to 'api-docs/source/conf.py')
| -rw-r--r-- | api-docs/source/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index c87cb114..412a56fa 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -41,6 +41,8 @@ def classlist(module): members.extend(inspect.getmembers(module, inspect.isfunction)) return map(lambda x: x[0], filter(lambda x: not x[0].startswith("_"), members)) +def setup(app): + app.add_stylesheet('css/other.css') def generaterst(): pythonrst = open("index.rst", "w") |
