Skip to content
Snippets Groups Projects
Commit 1cb3b340 authored by Malthe's avatar Malthe
Browse files

Change style to light

Add link to home STACK in nav bar
Remove Sitemap
parent c96985ef
Branches
Tags
No related merge requests found
# Site map
A directory listing of all the documents.
...@@ -3,8 +3,12 @@ extra_javascript: ...@@ -3,8 +3,12 @@ extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
theme: theme:
name: bootstrap name: bootstrap
#name: readthedocs
custom_dir: overrides custom_dir: overrides
logo: img/logo_large.svg logo: img/logo_large.svg
nav_style: light
docs_dir: 'doc/en' docs_dir: 'doc/en'
#extra_css:
# - custom.css
markdown_extensions: markdown_extensions:
- mdx_math - mdx_math
\ No newline at end of file
...@@ -8,11 +8,17 @@ ...@@ -8,11 +8,17 @@
<!-- Adds logo to navigation bar. --> <!-- Adds logo to navigation bar. -->
{% block site_name %} {% block site_name %}
<a class="navbar-brand" href="https://malthesrepo.readthedocs.io/en/latest/"><img style="vertical-align:baseline" src="/img/logo_large.png" alt="STACK logo" height="20">STACK</a> <a class="navbar-brand" href="/../"><img style="vertical-align:baseline" src="/img/logo_large.png" alt="STACK logo" height="20"><b>STACK</b></a><b> <a class="navbar-brand">></a> </b> <a class="navbar-brand" href="/"><b>Documentation</b></a>
{% endblock %}
{% block next_prev %}
{% endblock %} {% endblock %}
<!-- Specifies styles for columns and rows. --> <!-- Specifies styles for columns and rows. -->
{% block extrahead %} {% block extrahead %}
<style> <style>
div.footerColumn { div.footerColumn {
max-width:350px; max-width:350px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment