Skip to content

Commit 869a17f

Browse files
committed
Update tasks.py.
1 parent c5f6451 commit 869a17f

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

docs_rst/change_log.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
v2025.11.14
5+
-----------
6+
* Bug fix for distance determination for same sites. Use same tolerance as symprec.
7+
48
v2024.6.25
59
----------
610
* Fix broken code due to pymatgen and matplotlib deprecated methods.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,5 @@ dev = [
207207
"pre-commit>=4.3.0",
208208
"pytest>=8.3.5",
209209
"ruff>=0.14.5",
210+
"sphinx>=8.1.3",
210211
]

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def make_doc(ctx: Context) -> None:
2626
with cd("docs_rst"):
2727
ctx.run("cp ../CHANGES.rst change_log.rst")
2828
ctx.run(
29-
"sphinx-apidoc --implicit-namespaces --separate -d 7 -o . -f ../pymatgen"
29+
"sphinx-apidoc --implicit-namespaces --separate -d 7 -o . -f ../src/pymatgen"
3030
)
3131
ctx.run("rm pymatgen*.tests.rst")
3232
for f in glob.glob("*.rst"):

uv.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)