codex review for new docs

Commit 3ca4cea · patx · 2025-10-20T00:55:08-04:00

Changeset
3ca4cea668fc48f60819acd63c865086d04f4982
Parents
a791217ed982c1262076f1bae658cf6180eee7ee

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/apidocs/_static/.gitkeep b/docs/apidocs/_static/.gitkeep
new file mode 100644
index 0000000..dddbf4d
--- /dev/null
+++ b/docs/apidocs/_static/.gitkeep
@@ -0,0 +1 @@
+# Placeholder to keep the _static directory in version control.
diff --git a/docs/apidocs/_templates/.gitkeep b/docs/apidocs/_templates/.gitkeep
new file mode 100644
index 0000000..1b1040c
--- /dev/null
+++ b/docs/apidocs/_templates/.gitkeep
@@ -0,0 +1 @@
+# Placeholder to keep the _templates directory in version control.
diff --git a/docs/apidocs/conf.py b/docs/apidocs/conf.py
index 3114105..6f33842 100644
--- a/docs/apidocs/conf.py
+++ b/docs/apidocs/conf.py
@@ -21,8 +21,13 @@ napoleon_numpy_docstring = False
 todo_include_todos = True
 
 intersphinx_mapping = {
+<<<<<<< ours
     "python": ("https://docs.python.org/3", {}),
     "asgiref": ("https://asgiref.readthedocs.io/en/latest", {}),
+=======
+    "python": ("https://docs.python.org/3", None),
+    "asgiref": ("https://asgiref.readthedocs.io/en/latest", None),
+>>>>>>> theirs
 }
 
 templates_path = ["_templates"]