Bump html to 0.6

This commit is contained in:
Magnus Persson
2022-01-13 18:10:06 +01:00
parent 043963df91
commit a9dc3be329
7 changed files with 10 additions and 74 deletions

View File

@ -9,6 +9,5 @@ Documentation
Code
-------------
- Support for MQTT
- Support for plato
- Use pre-commit for validating check-in

View File

@ -22,7 +22,7 @@ copyright = '2021-2022, Magnus Persson'
author = 'Magnus Persson'
# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.6.0'
# -- General configuration ---------------------------------------------------
@ -41,21 +41,17 @@ templates_path = ['_templates']
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'renku'
#html_theme = 'sphinx_rtd_theme'
#import sphinx_bootstrap_theme
#html_theme = 'bootstrap'
#html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_theme = 'furo'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
html_show_sourcelink = False
html_show_sphinx = True

View File

@ -7,7 +7,7 @@ Welcome to GravityMon's documentation!
######################################
.. note::
This documentation reflects **v0.6**. Last updated 2022-01-11
This documentation reflects **v0.6**. Last updated 2022-01-13
GravityMon is a replacement firmare for the iSpindle firmware, it uses the same hardware configuration so

View File

@ -1,58 +0,0 @@
Testing formatting
------------------
Header 1
########
Header 2
--------
Header 3
********
**BOLD**
*ITALIC*
``CODE SAMPLE``
1. List
2. List
* List
* List
.. list-table:: Table
:widths: 40 60
:header-rows: 1
* - table
- table
* - content
- content
.. image:: images/formula1.png
:width: 400
:alt: image
.. code-block:: objdump
measurement,host=<mdns>,device=<id>,temp-format=<C|F>,gravity-format=SG,gravity=1.0004,corr-gravity=1.0004,angle=45.45,temp=20.1,battery=3.96,rssi=-18
.. code-block:: json
{
"project":"gravmon",
"version":"0.4.10",
"html": [
"index.min.htm",
"device.min.htm",
"config.min.htm",
"calibration.min.htm",
"about.min.htm"
]
}
.. note::
Note...