|
These are general notes on the styling of the project and things we need to be careful.
|
|
These are general notes on the styling of the project and things we need to be careful.
|
|
|
|
|
|
|
|
Make sure to install sphinx and sphinx-rtd-theme first:
|
|
|
|
|
|
|
|
```
|
|
|
|
pip install sphinx
|
|
|
|
pip install sphinx-rtd-theme
|
|
|
|
```
|
|
|
|
|
|
1. We are using the Read the docs (rtd - https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html) styling for sphinx. I have altered a little bit of the layout.html of the original rtd theme to allow for 2 logos to be inserted as well as to allow for a link to the meridian website. You can find this layout in the _templates folder.
|
|
1. We are using the Read the docs (rtd - https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html) styling for sphinx. I have altered a little bit of the layout.html of the original rtd theme to allow for 2 logos to be inserted as well as to allow for a link to the meridian website. You can find this layout in the _templates folder.
|
|
|
|
|
|
|
|
|
... | | ... | |