Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"sphinx.ext.intersphinx",
"sphinx_rtd_theme",
"sphinx_copybutton",
"m2r2",
"m2r",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -302,7 +302,7 @@
"diffpy.srfit Documentation",
ab_authors,
"diffpy.srfit",
"One line description of project.",
"Configurable code for solving atomic structures.",
"Miscellaneous",
),
]
Expand Down
23 changes: 23 additions & 0 deletions news/update-docs-dependency.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news added: Trivial change to conf.py

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading