Skip to content

Commit bfb4187

Browse files
committed
update docs
1 parent 5ac549a commit bfb4187

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717

1818
# Build documentation in the docs/ directory with Sphinx
1919
sphinx:
20-
configuration: doc/rst/conf.py
20+
configuration: doc/md/conf.py
2121

2222
# If using Sphinx, optionally build your docs in additional formats such as PDF
2323
formats:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",]
1818
requires-python = ">=3.11"
19-
description-file = "README.rst"
19+
description-file = "README.md"
2020
requires = [
2121
"altair>=5.5,<6",
2222
"amplpy>=0.16.0,<1",

0 commit comments

Comments
 (0)