Skip to content

Commit

Permalink
Merge pull request #29 from SamTov/update_documentation_SamTov
Browse files Browse the repository at this point in the history
update theme.
  • Loading branch information
SamTov authored Jul 8, 2021
2 parents f43bd4d + cdcc412 commit 5944045
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion docs/source/_theory/algebra.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
Algebra
=======
=======
Most people who have found their way to this web-page have likely come across
the notion of an Algebra in their lifetime. This is because it is introduced to
us at a very early stage in the context of solving systems of equations of
arbitrary complexity, e.g.

.. math::
2\cdot x + 1 = 5
please solve for x.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"""
import os
import sys
import sphinx_rtd_theme

sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("../../"))

html_theme = "sphinx_material"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme = "sphinx_rtd_theme"

# -- Project information -----------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ IPython
pandoc
numpydoc
pre-commit
sphinx-material

0 comments on commit 5944045

Please sign in to comment.