Skip to content

Commit

Permalink
add instructions on building the docs to the readme with requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nsryan2 committed Feb 23, 2024
1 parent 4d09703 commit 11dc92f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'pandas': ('https://pandas.pydata.org/docs/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'astropy': ('https://docs.astropy.org/en/stable/', None),
'cyclus': ('https://fuelcycle.org/', None)
'cyclus': ('https://fuelcycle.org/', None),
}


Expand Down
6 changes: 0 additions & 6 deletions docs/docs_README.md

This file was deleted.

28 changes: 27 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,30 @@ transition_plots_doc

- {ref}`genindex`
- {ref}`modindex`
- {ref}`search`
- {ref}`search`


# Building the Docs
To compile the documentation, make sure you have all the requirements
installed, then run `make html` from the top level of the repository.

```{warning}
The docs are still in their nascent stage. If you find a
problem, please open an issue on
[github](https://github.com/arfc/transition-scenarios/issues).
```

## Docs Requirements
* sphinx
* myst_parser
* sphinx.ext.napoleon
* sphinx.ext.duration
* sphinx.ext.autosectionlabel
* sphinx.ext.autodoc
* sphinx.ext.autosummary
* sphinx.ext.intersphinx
* sphinx.ext.viewcode
* sphinx.ext.mathjax
* sphinx.ext.coverage
* nbsphinx
* sphinxcontrib.mermaid

0 comments on commit 11dc92f

Please sign in to comment.