mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Decrease website font size, fix mathjax link
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
{% block extrahead %}
|
||||
{{ super() }}
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css?v=2">
|
||||
<style type="text/css">
|
||||
body {font-size: 90%;}
|
||||
</style>
|
||||
|
||||
{% if pagename == 'online/index_full' %}
|
||||
<link rel="stylesheet" type="text/css" href="css/cupertino/jquery-ui-1.9.2.custom.css">
|
||||
<script language="javascript" type="text/javascript" src="lib/LAB.js"></script>
|
||||
|
||||
@@ -63,6 +63,8 @@ index_doc = "index"
|
||||
|
||||
numpydoc_show_class_members = False
|
||||
|
||||
mathjax_path = 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
@@ -177,7 +179,7 @@ edit_on_github_path_prefix = 'Web'
|
||||
# The style sheet to use for HTML and HTML Help pages. A file of that name
|
||||
# must exist either in Sphinx' static/ path, or in one of the custom paths
|
||||
# given in html_static_path.
|
||||
#html_style = 'Coolprop.css'
|
||||
#html_style = 'CoolProp2.css'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
|
||||
Reference in New Issue
Block a user