Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaof committed Oct 13, 2021
1 parent 41712fb commit 601634d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme

on_rtd = os.environ.get('READTHEDOCS') == 'True'
nitpicky = True
needs_sphinx = '2.0'

# -- Project information -----------------------------------------------------

project = 'WashU Epigenome Browser'
Expand Down

0 comments on commit 601634d

Please sign in to comment.