Skip to content

Commit

Permalink
Remove use of Sphinx add_stylesheet() (#513)
Browse files Browse the repository at this point in the history
The underlying problem in sphinx_rtd_theme has been fixed.
  • Loading branch information
ocaisa committed Jul 22, 2021
1 parent ccde944 commit 45360c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,3 @@
"issue": ("https://github.com/dask/dask-jobqueue/issues/%s", "GH#"),
"pr": ("https://github.com/dask/dask-jobqueue/pull/%s", "GH#"),
}


# Temporary work-around for spacing problem between parameter and parameter
# type in the doc, see https://github.com/numpy/numpydoc/issues/215. The bug
# has been fixed in sphinx (https://github.com/sphinx-doc/sphinx/pull/5976) but
# through a change in sphinx basic.css except rtd_theme does not use basic.css.
# In an ideal world, this would get fixed in this PR:
# https://github.com/readthedocs/sphinx_rtd_theme/pull/747/files
def setup(app):
app.add_stylesheet("basic.css")

0 comments on commit 45360c9

Please sign in to comment.