Skip to content

Commit

Permalink
update requirements & css
Browse files Browse the repository at this point in the history
  • Loading branch information
s committed May 23, 2019
1 parent caab0d5 commit ccfb41b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 deletions.
17 changes: 7 additions & 10 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,12 @@

# Add any paths that contain custom themes here, relative to this directory.

html_theme_path = ["sphinx_rtd_theme"]

html_context = {
'css_files':[
'//media.readthedocs.org/css/sphinx_rtd_theme.css',
'//media.readthedocs.org/css/readthedocs-doc-embed.css',
'//tutorial.iueditor.org/manual/css/my_theme.css',
],
}
# html_theme_path = ["sphinx_rtd_theme"]

# html_context = {
# 'css_files':[
# ],
#}


# The name for this set of Sphinx documents. If None, it defaults to
Expand All @@ -145,7 +142,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['manual']

html_style = 'css/my_theme.css'
# html_style = 'css/my_theme.css'

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down
26 changes: 26 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
alabaster==0.7.12
Babel==2.6.0
certifi==2019.3.9
chardet==3.0.4
colorama==0.4.1
docutils==0.14
idna==2.8
imagesize==1.1.0
Jinja2==2.10.1
MarkupSafe==1.1.1
packaging==19.0
Pygments==2.4.0
pyparsing==2.4.0
pytz==2019.1
requests==2.22.0
six==1.12.0
snowballstemmer==1.2.1
Sphinx==2.0.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
sphinxcontrib-htmlhelp==1.0.2
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
urllib3==1.25.2

0 comments on commit ccfb41b

Please sign in to comment.