Skip to content

Commit

Permalink
Merge pull request #481 from idaholab/robits
Browse files Browse the repository at this point in the history
Add robits
  • Loading branch information
MicahGale authored Aug 13, 2024
2 parents 3740771 + 20c5e48 commit ddeec25
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![JOSS article status](https://joss.theoj.org/papers/e5b5dc8cea19605a1507dd4d420d5199/status.svg)](https://joss.theoj.org/papers/e5b5dc8cea19605a1507dd4d420d5199)
[![Coverage Status](https://coveralls.io/repos/github/idaholab/MontePy/badge.svg?branch=develop)](https://coveralls.io/github/idaholab/MontePy?branch=develop)
[![PyPI version](https://badge.fury.io/py/montepy.svg)](https://badge.fury.io/py/montepy)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

MontePy is a python library to read, edit, and write MCNP input files.

Expand Down
4 changes: 4 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@
"sphinx.ext.napoleon",
"sphinx.ext.intersphinx",
"sphinx.ext.extlinks",
"sphinx_sitemap",
]

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

html_baseurl = "https://www.montepy.org/"
html_extra_path = ["robots.txt"]
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
Expand Down
4 changes: 4 additions & 0 deletions doc/source/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://www.montepy.org/sitemap.xml
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ dependencies = [
[project.optional-dependencies]
test = ["coverage[toml]>=6.3.2", "pytest"]
# This is needed for a sphinx bug. See #414.
doc = ["sphinx>=7.4.0", "sphinxcontrib-apidoc", "sphinx_rtd_theme"]
doc = [
"sphinx>=7.4.0",
"sphinxcontrib-apidoc",
"sphinx_rtd_theme",
"sphinx-sitemap"
]
format = ["black>=23.3.0"]
build = [
"build",
Expand Down

0 comments on commit ddeec25

Please sign in to comment.