Skip to content

Commit

Permalink
docs: use black text
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Mar 24, 2018
1 parent ec81087 commit e92b737
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Custom Sphinx Styles */
body {
color: #000;
}
File renamed without changes.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# https://docs.readthedocs.io/en/latest/guides/adding-custom-css.html
def setup(app):
app.add_javascript('js/site.js')
app.add_stylesheet('css/custom.css')
app.add_javascript('js/custom.js')

# -- General configuration -----------------------------------------------------

Expand Down

0 comments on commit e92b737

Please sign in to comment.