Skip to content

Commit

Permalink
Revert "add favicon (#10)" (#11)
Browse files Browse the repository at this point in the history
This reverts commit 56e34c4.
  • Loading branch information
njzjz committed Jul 10, 2022
1 parent 56e34c4 commit 1652880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 1 addition & 9 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@

extensions = [
'deepmodeling_sphinx',
'sphinx-favicon',
]
html_theme = 'sphinx_rtd_theme'
favicons = [
{
"rel": "icon",
"href": "https://unpkg.com/@njzjz/icons@0.0.4/logos/deepmodeling.png",
"type": "image/svg+xml",
},
]
html_theme = 'sphinx_rtd_theme'
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sphinx_rtd_theme
deepmodeling_sphinx
sphinx-favicon
deepmodeling_sphinx

0 comments on commit 1652880

Please sign in to comment.