Skip to content

Commit

Permalink
Small documentation improvements (#36)
Browse files Browse the repository at this point in the history
* Update copyright year

* Clarify build instructions

* Add favicon
  • Loading branch information
dmohns authored Feb 5, 2024
1 parent c5fa90a commit af849ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Then run
make html
```

the rendered output will appear in `build`.
the rendered output will appear in `build/html`.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
#
import os
import sys
from datetime import datetime


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

project = 'MPManager'
copyright = '2020, MPManager'
copyright = f'{datetime.now().year}, MPManager'
author = 'INENSUS IT Team'


Expand Down Expand Up @@ -54,7 +55,8 @@
# 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_logo = 'mpmlogo.png'
html_logo = 'mpmlogo_banner.png'
html_favicon = 'mpmlogo_square.png'
html_theme_options = {
'logo_only': True,
'display_version': True,
Expand Down
File renamed without changes
Binary file added docs/source/mpmlogo_raw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/mpmlogo_square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af849ca

Please sign in to comment.