Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add config file for ReadTheDocs #2599

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Analysislog
analysismetrics
analysispool
analysisspec
analysisstate
analysisstatus
analysistypes
analysisvaluetemplate
Expand Down Expand Up @@ -67,7 +66,6 @@ BUILDPLATFORM
buildx
CACHEDIR
cainjection
canonical
carryforward
certificatehandler
certmanager
Expand Down Expand Up @@ -367,7 +365,6 @@ lastword
lfc
Lifcycle
lifecyclekeptnsh
lightbox
linkedin
linktitle
linting
Expand Down Expand Up @@ -396,6 +393,7 @@ metricsserver
metricstypes
mindepth
minio
mkdocs
mlc
mockserver
moq
Expand Down Expand Up @@ -509,7 +507,6 @@ readinessprobe
readyz
realpath
redis
referrerpolicy
relref
remediations
replicasets
Expand Down
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: "2"

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

mkdocs:
configuration: mkdocs.yml

python:
install:
- requirements: requirements.txt
Loading