Fix last couple doc build errors

This commit is contained in:
Tom Hodson 2022-07-18 11:54:35 +01:00
parent de56741a51
commit 237ba25165
2 changed files with 2 additions and 4 deletions

View File

@ -46,7 +46,7 @@ templates_path = ["_templates"]
# 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.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".pytest_cache"]
# -- Options for HTML output -------------------------------------------------

View File

@ -131,9 +131,7 @@
" return True\n",
"```\n",
"\n",
"I normally just copy paste this and go from there but there's a full description [here](NUMPYDOC). You can also check out the docstrings in MCFF\n",
"\n",
"[NUMPYDOC]: https://numpydoc.readthedocs.io/en/latest/format.html"
"I normally just copy paste this and go from there but there's a full description [here](https://numpydoc.readthedocs.io/en/latest/format.html). You can also check out the docstrings in MCFF"
]
},
{