Skip to content

Commit

Permalink
remove pygments-style-solarized
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Aug 26, 2021
1 parent beea115 commit 769ce9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -25,7 +25,7 @@
copyright = f"{year}, {author}"
version = release = "0.14.0"

pygments_style = "solarizedlight"
pygments_style = "solarized-light"
html_theme = "bootstrap"
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_theme_options = {
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Expand Up @@ -6,7 +6,7 @@
# and then run this to install pantable in editable mode
# make editable
# update using
# conda env update --name pantable --file environment.yml --prune
# conda env update --name pantable --file environment.yml --prune
name: pantable
channels:
- conda-forge
Expand Down Expand Up @@ -35,7 +35,6 @@ dependencies:
# docs:
- sphinx
- sphinx_bootstrap_theme
- pygments-style-solarized
- sphinxcontrib-apidoc
# dev:
- tox
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Expand Up @@ -80,7 +80,6 @@ pytest-xdist = {optional = true, version = "*"}
# docs: sync this with tox.testenv.docs below
sphinx = {optional = true, version = ">=3,<5"}
sphinx-bootstrap-theme = {optional = true, version = "*"}
pygments-style-solarized = {optional = true, version = "*"}
sphinxcontrib-apidoc = {optional = true, version = "*"}

[tool.poetry.dev-dependencies]
Expand Down Expand Up @@ -109,7 +108,6 @@ tests = [
docs = [
"sphinx",
"sphinx-bootstrap-theme",
"pygments-style-solarized",
"sphinxcontrib-apidoc",
]

Expand Down Expand Up @@ -242,7 +240,6 @@ usedevelop = false
deps =
sphinx >=3.3,<5
sphinx-bootstrap-theme
pygments-style-solarized
sphinxcontrib-apidoc
commands =
sphinx-build {posargs:-E} -b dirhtml docs dist/docs
Expand Down

0 comments on commit 769ce9b

Please sign in to comment.