From 96d3aebcd7a3d5154e819adc6d376ca5c76fe998 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Sat, 14 Sep 2024 15:36:17 +0900 Subject: [PATCH] doc: Drop rtd settings --- .readthedocs.yml | 22 ---------------------- docs/index.rst | 3 --- 2 files changed, 25 deletions(-) delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index d13d342..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 - -build: - os: 'ubuntu-22.04' - tools: - python: '3.10' - -# Build documentation in the doc/ directory with Sphinx -sphinx: - configuration: docs/conf.py - builder: dirhtml - -# Optionally build your docs in additional formats such as PDF and ePub -formats: all - -# Optionally set the version of Python and requirements required to build your docs -python: - install: - - method: pip - path: . - extra_requirements: - - docs diff --git a/docs/index.rst b/docs/index.rst index 1c7919f..0c59384 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,9 +9,6 @@ PyPI .. image:: https://img.shields.io/pypi/v/atsphinx-sqlite3fts.svg GitHub Actions .. image:: https://github.com/atsphinx/sqlite3fts/actions/workflows/main.yml/badge.svg?branch=main :target: https://github.com/atsphinx/sqlite3fts/actions/workflows/main.yml :alt: Run CI Status -Read the Docs .. image:: https://readthedocs.org/projects/atsphinx-sqlite3fts/badge/?version=latest - :target: https://atsphinx-sqlite3fts.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status =============== ============================================================================================================ ``atsphinx-sqlite3fts`` is sphinx extension to provide some components.