diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-15T15·11+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-15T15·11+0100 |
commit | 128875b501bc2989617ae553317b80faa556d752 (patch) | |
tree | 9b32d12123801179ebe900980556486ad4803482 /third_party/bazel/rules_haskell/docs/conf.py | |
parent | a20daf87265a62b494d67f86d4a5199f14394973 (diff) |
chore: Remove remaining Bazel-related files r/31
Diffstat (limited to 'third_party/bazel/rules_haskell/docs/conf.py')
-rw-r--r-- | third_party/bazel/rules_haskell/docs/conf.py | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/third_party/bazel/rules_haskell/docs/conf.py b/third_party/bazel/rules_haskell/docs/conf.py deleted file mode 100644 index acfe5dc7af88..000000000000 --- a/third_party/bazel/rules_haskell/docs/conf.py +++ /dev/null @@ -1,41 +0,0 @@ -project = 'rules_haskell' - -copyright = '2018, The rules_haskell authors' - -source_suffix = '.rst' - -extensions = [ - 'sphinx.ext.graphviz', - 'sphinx.ext.todo', -] - -master_doc = 'index' - -language = None - -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - -pygments_style = 'sphinx' - -html_theme = 'alabaster' - -html_theme_options = { - 'show_powered_by': False, - 'github_user': 'tweag', - 'github_repo': 'rules_haskell', - 'github_banner': True, - 'github_type': "star", - 'show_related': False, - 'note_bg': '#FFF59C', -} - -html_show_sphinx = False - -todo_include_todos = True - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, documentclass). -latex_documents = [ - (master_doc, 'rules_haskell.tex', 'rules\\_haskell Documentation', - 'Tweag I/O', 'manual'), -] |