# HG changeset patch # User Amine Sehili # Date 1730322059 -3600 # Node ID 4b74e44900d2d8f652599bdb9050915cc38f6102 # Parent 0f8f6077178466ad01b773565bf90806cf46627b Add .readthedocs.yaml diff -r 0f8f60771784 -r 4b74e44900d2 .readthedocs.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.readthedocs.yaml Wed Oct 30 22:00:59 2024 +0100 @@ -0,0 +1,31 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +# Build documentation in the "doc/" directory with Sphinx +sphinx: + configuration: doc/conf.py + # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs + # builder: "dirhtml" + # Fail on all warnings to avoid broken references + # fail_on_warning: true + +# Optionally build your docs in additional formats such as PDF and ePub +# formats: +# - pdf +# - epub + +# Optional but recommended, declare the Python requirements required +# to build your documentation +# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# python: +# install: +# - requirements: docs/requirements.txt diff -r 0f8f60771784 -r 4b74e44900d2 doc/conf.py --- a/doc/conf.py Wed Oct 30 17:23:49 2024 +0100 +++ b/doc/conf.py Wed Oct 30 22:00:59 2024 +0100 @@ -15,7 +15,6 @@ import ast import os import re -import shlex import sys # If extensions (or modules to document with autodoc) are in another directory, @@ -64,7 +63,7 @@ # General information about the project. project = "auditok" -copyright = "2015-2021, Amine Sehili" +copyright = "2015-2024, Amine Sehili" author = "Amine Sehili" # The version info for the project you're documenting, acts as replacement for