mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge branch 'master' of github.com:snide/sphinx_rtd_theme
This commit is contained in:
commit
1adca1bd58
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.sass-cache
|
*.sass-cache
|
||||||
.ruby-version
|
.ruby-version
|
||||||
|
dist/
|
||||||
bower_components/
|
bower_components/
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
10
MANIFEST.in
Normal file
10
MANIFEST.in
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
include *.txt
|
||||||
|
include LICENSE
|
||||||
|
recursive-include sphinx_rtd_theme *.conf
|
||||||
|
recursive-include sphinx_rtd_theme *.css
|
||||||
|
recursive-include sphinx_rtd_theme *.eot
|
||||||
|
recursive-include sphinx_rtd_theme *.html
|
||||||
|
recursive-include sphinx_rtd_theme *.js
|
||||||
|
recursive-include sphinx_rtd_theme *.svg
|
||||||
|
recursive-include sphinx_rtd_theme *.ttf
|
||||||
|
recursive-include sphinx_rtd_theme *.woff
|
|
@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
|
|
||||||
VERSION = (0, 1, 3)
|
VERSION = (0, 1, 4)
|
||||||
|
|
||||||
__version__ = ".".join(str(v) for v in VERSION)
|
__version__ = ".".join(str(v) for v in VERSION)
|
||||||
__version_full__ = __version__
|
__version_full__ = __version__
|
||||||
|
|
Loading…
Reference in New Issue
Block a user