We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac549a commit bfb4187Copy full SHA for bfb4187
2 files changed
.readthedocs.yaml
@@ -17,7 +17,7 @@ build:
17
18
# Build documentation in the docs/ directory with Sphinx
19
sphinx:
20
- configuration: doc/rst/conf.py
+ configuration: doc/md/conf.py
21
22
# If using Sphinx, optionally build your docs in additional formats such as PDF
23
formats:
pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",]
requires-python = ">=3.11"
-description-file = "README.rst"
+description-file = "README.md"
requires = [
"altair>=5.5,<6",
"amplpy>=0.16.0,<1",
0 commit comments