Skip to content

Commit

Permalink
Merge pull request #139 from AtomsForPeace/fix_setup_typo
Browse files Browse the repository at this point in the history
fix typo in setup where sphinx-rtd-theme needed ==
  • Loading branch information
chenjr0719 authored Oct 24, 2019
2 parents f80d19c + 9d6f43b commit 2e729e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

dev_requires = ["black==19.3b0", "flake8==3.7.7", "isort==4.3.19"]

doc_requires = ["recommonmark==0.5.0", "sphinx==2.1.2", "sphinx-rtd-theme-0.4.3"]
doc_requires = ["recommonmark==0.5.0", "sphinx==2.1.2", "sphinx-rtd-theme==0.4.3"]

test_requires = [
"coverage==4.5.3",
Expand Down

0 comments on commit 2e729e9

Please sign in to comment.