# HG changeset patch # User www-data # Date 1730323078 0 # Node ID 87048a881402f86edcb05a90ac798e897418bb89 # Parent 89cc78530ea05599cc6c940d6c46e9d72f79d62b# Parent 4b74e44900d2d8f652599bdb9050915cc38f6102 Merge branch 'master' of https://github.com/amsehili/auditok diff -r 89cc78530ea0 -r 87048a881402 .readthedocs.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.readthedocs.yaml Wed Oct 30 21:17:58 2024 +0000 @@ -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 89cc78530ea0 -r 87048a881402 doc/conf.py --- a/doc/conf.py Wed Oct 30 17:17:59 2024 +0000 +++ b/doc/conf.py Wed Oct 30 21:17:58 2024 +0000 @@ -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