diff --git a/docs/source/conf.py b/docs/source/conf.py index 48865a9b..dc17fe9b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -302,7 +302,7 @@ "diffpy.srfit Documentation", ab_authors, "diffpy.srfit", - "One line description of project.", + "Configurable code for solving atomic structures.", "Miscellaneous", ), ] diff --git a/news/update-docs-dependency.rst b/news/update-docs-dependency.rst new file mode 100644 index 00000000..f5a05916 --- /dev/null +++ b/news/update-docs-dependency.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Trivial change to conf.py + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/requirements/docs.txt b/requirements/docs.txt index 5f34c6ed..1de813f9 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,4 +2,4 @@ sphinx sphinx_rtd_theme sphinx-copybutton doctr -m2r +m2r2