Skip to content

Commit a6e2f77

Browse files
committed
Minimal readthedocs structure for temporary redirect page from old documentation to the new
1 parent 659e12a commit a6e2f77

File tree

9 files changed

+61
-0
lines changed

9 files changed

+61
-0
lines changed

docs-old-redirect/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docs/_build/
2+

docs-old-redirect/docs/conf.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# docs/conf.py
2+
3+
project = 'Apio Documentation'
4+
copyright = '2025, FPGAwars'
5+
author = 'FPGAwars'
6+
release = '1 Garden
7+
8+
extensions = []
9+
templates_path = []
10+
exclude_patterns = []
11+
12+
html_theme = 'alabaster'
13+
html_theme_options = {
14+
'nosidebar': True,
15+
}
16+
17+
master_doc = 'index'
18+

docs-old-redirect/docs/index.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. Apio Documentation documentation master file
2+
3+
The Documentation Has Been Moved
4+
================================
5+
6+
Español
7+
-------
8+
9+
La documentación de este proyecto ha sido trasladada a `https://fpgawars.github.io/apio <https://fpgawars.github.io/apio>`_. Visita la `página oficial del proyecto en GitHub <https://github.com/FPGAwars/apio>`_ para obtener información completa, acceder al wiki y explorar otros recursos.
10+
11+
English
12+
-------
13+
14+
The documentation for this project has been moved to `https://fpgawars.github.io/apio <https://fpgawars.github.io/apio>`_. Visit the `official project page on GitHub <https://github.com/FPGAwars/apio>`_ for complete information, access to the wiki, and additional resources.
15+
16+
.. raw:: html
17+
18+
<meta http-equiv="refresh" content="5; url=https://fpgawars.github.io/apio">
19+
<script type="text/javascript">
20+
window.alert('The documentation has been moved to https://fpgawars.github.io/apio. You will be redirected shortly.');
21+
setTimeout(function() { window.location.replace('https://fpgawars.github.io/apio'); }, 3000);
22+
</script>
23+
24+

docs-old-redirect/readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# readthedocs.yaml
2+
# Configuración para Read the Docs
3+
4+
version: 2
5+
6+
build:
7+
os: "ubuntu-22.04"
8+
tools:
9+
python: "3.10"
10+
11+
python:
12+
install:
13+
- requirements: requirements.txt
14+
15+
sphinx:
16+
configuration: docs/conf.py
17+

docs-old-redirect/requeriments.txt

Whitespace-only changes.
Binary file not shown.
2.38 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)