Skip to content

Commit

Permalink
Merge branch 'develop' into mat_redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Sep 24, 2024
2 parents 37e5ce3 + c529c66 commit e5ccf65
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dist/*
*.prof
doc/build/*
.coverage
.hypothesis/
.idea/
.ipynb_checkpoints/
montepy/_version.py
Expand Down
1 change: 1 addition & 0 deletions doc/source/_static/monty-192.png
1 change: 1 addition & 0 deletions doc/source/_static/monty-32.ico
1 change: 1 addition & 0 deletions doc/source/_static/monty-32.png
1 change: 1 addition & 0 deletions doc/source/_static/monty.svg
Empty file removed doc/source/_static/placeholder
Empty file.
8 changes: 7 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,17 @@
"sphinx.ext.intersphinx",
"sphinx.ext.extlinks",
"sphinx_sitemap",
"sphinx_favicon",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
html_favicon = "monty.svg"
favicons = [
"monty.svg",
"monty-192.png",
"monty-32.png",
"monty-32.ico",
]
html_logo = "monty.svg"

html_baseurl = "https://www.montepy.org/"
Expand Down
Binary file added graphics/monty-192.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 graphics/monty-32.ico
Binary file not shown.
Binary file added graphics/monty-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ doc = [
"sphinx>=7.4.0",
"sphinxcontrib-apidoc",
"sphinx_rtd_theme",
"sphinx-sitemap"
"sphinx-sitemap",
"sphinx-favicon",
]
format = ["black>=23.3.0"]
build = [
Expand Down

0 comments on commit e5ccf65

Please sign in to comment.