add pytests
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
"""Configuration file for the basic Sphinx project."""
|
||||
|
||||
project = "Test Project"
|
||||
copyright = "2025, Test"
|
||||
author = "Test"
|
||||
|
||||
extensions = [
|
||||
"sphinx_llms_txt",
|
||||
]
|
||||
|
||||
templates_path = ["_templates"]
|
||||
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
||||
|
||||
html_theme = "alabaster"
|
||||
html_static_path = ["_static"]
|
||||
|
||||
# Configuration for sphinx-llms-txt
|
||||
llms_txt_filename = "test-llms-full.txt"
|
||||
llms_txt_verbose = True
|
||||
|
||||
# Master document
|
||||
master_doc = "index"
|
||||
@@ -0,0 +1,22 @@
|
||||
"""Configuration file for the basic Sphinx project."""
|
||||
|
||||
project = "Test Project"
|
||||
copyright = "2025, Test"
|
||||
author = "Test"
|
||||
|
||||
extensions = [
|
||||
"sphinx_llms_txt",
|
||||
]
|
||||
|
||||
templates_path = ["_templates"]
|
||||
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
||||
|
||||
html_theme = "alabaster"
|
||||
html_static_path = ["_static"]
|
||||
|
||||
# Configuration for sphinx-llms-txt
|
||||
llms_txt_filename = "custom-name.txt"
|
||||
llms_txt_verbose = True
|
||||
|
||||
# Master document
|
||||
master_doc = "index"
|
||||
@@ -0,0 +1,16 @@
|
||||
Welcome to Test Project's documentation!
|
||||
=====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
page1
|
||||
page2
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
@@ -0,0 +1,14 @@
|
||||
Page 1 Title
|
||||
===========
|
||||
|
||||
This is the content of page 1.
|
||||
|
||||
Section 1
|
||||
---------
|
||||
|
||||
Content for section 1.
|
||||
|
||||
Section 2
|
||||
---------
|
||||
|
||||
Content for section 2.
|
||||
@@ -0,0 +1,14 @@
|
||||
Page 2 Title
|
||||
===========
|
||||
|
||||
This is the content of page 2.
|
||||
|
||||
Section A
|
||||
---------
|
||||
|
||||
Content for section A.
|
||||
|
||||
Section B
|
||||
---------
|
||||
|
||||
Content for section B.
|
||||
Reference in New Issue
Block a user