Skip to content

Commit e368e57

Browse files
authored
Merge pull request #130 from zmx27/update-docs-dependency
chore: sync conf.py extensions with docs dependencies listed in requirements folder
2 parents 0a3933d + 75fd23a commit e368e57

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"diffpy.srfit Documentation",
303303
ab_authors,
304304
"diffpy.srfit",
305-
"One line description of project.",
305+
"Configurable code for solving atomic structures.",
306306
"Miscellaneous",
307307
),
308308
]

news/update-docs-dependency.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No news added: Trivial change to conf.py
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sphinx
22
sphinx_rtd_theme
33
sphinx-copybutton
44
doctr
5-
m2r
5+
m2r2

0 commit comments

Comments
 (0)