mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Merge pull request #556 from c-bata/readthedocs-config
Add `.readthedocs.yml`
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
formats: all
|
||||
|
||||
python:
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
@@ -33,6 +33,14 @@ dependencies = [
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
docs = [
|
||||
"boto3",
|
||||
"streamlit",
|
||||
"sphinx",
|
||||
"sphinx_rtd_theme",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
optuna-dashboard = "optuna_dashboard._cli:main"
|
||||
|
||||
|
||||
+1
-5
@@ -18,8 +18,4 @@ boto3
|
||||
moto[s3]
|
||||
|
||||
# visual regression tests
|
||||
pytest-playwright
|
||||
|
||||
# docs
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
pytest-playwright
|
||||
Reference in New Issue
Block a user