Skip to content
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
15 changes: 4 additions & 11 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@
# Required
version: 2

# Set the OS, Python version, and other tools you might need
# Redirect to new docs at docs.primeintellect.ai/verifiers
build:
os: ubuntu-24.04
tools:
python: "3.12"

sphinx:
configuration: docs/source/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs
commands:
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp docs/rtd-redirect/index.html $READTHEDOCS_OUTPUT/html/index.html
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

27 changes: 0 additions & 27 deletions docs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

14 changes: 14 additions & 0 deletions docs/rtd-redirect/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://docs.primeintellect.ai/verifiers">
<link rel="canonical" href="https://docs.primeintellect.ai/verifiers">
<title>Redirecting to Verifiers Documentation</title>
</head>
<body>
<p>The Verifiers documentation has moved to <a href="https://docs.primeintellect.ai/verifiers">docs.primeintellect.ai/verifiers</a>.</p>
<p>You should be redirected automatically. If not, <a href="https://docs.primeintellect.ai/verifiers">click here</a>.</p>
</body>
</html>

57 changes: 0 additions & 57 deletions docs/source/conf.py

This file was deleted.

5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ envs = [
"nltk",
"textarena",
]
docs = [
"sphinx",
"myst-parser",
"furo"
]

[tool.uv.extra-build-dependencies]
flash-attn = [{ requirement = "torch", match-runtime = true }]
Expand Down
Loading