executablebooks / sphinx-design

A sphinx extension for designing beautiful, screen-size responsive web components.
https://sphinx-design.readthedocs.io/en/furo-theme/
MIT License
187 stars 57 forks source link

refactor: Remove unused constants #205

Open ftnext opened 2 weeks ago

ftnext commented 2 weeks ago

Thank you for this awesome library. I referred to the implementation of the octicon role in icons.py (a3bdfa3).

In reading the implementation, I noticed some unused code, so I propose to remove it.

$ git grep OCTICON_CSS
sphinx_design/icons.py:OCTICON_CSS = """\
$ git grep OCTICON_VERSION
sphinx_design/icons.py:OCTICON_VERSION = "v19.8.0"