Skip to content

Commit

Permalink
Append dark mode as a requirement in setup.py if RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Esmeray6 committed Jun 28, 2021
1 parent 2f932c3 commit 0a99335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

if on_rtd:
requirements.append("sphinxcontrib-napoleon")
requirements.append("sphinx-rtd-dark-mode")

with open("README.rst") as f:
readme = f.read()
Expand Down

0 comments on commit 0a99335

Please sign in to comment.