Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 68ed2f0

Browse files
committed
[docs] Update and fix docs build
1 parent 37b4587 commit 68ed2f0

File tree

3 files changed

+345
-122
lines changed

3 files changed

+345
-122
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
# Required
77
version: 2
88

9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.12"
13+
914
# Build documentation in the docs/ directory with Sphinx
1015
sphinx:
1116
configuration: docs/conf.py
@@ -19,7 +24,6 @@ formats: all
1924

2025
# Optionally set the version of Python and requirements required to build your docs
2126
python:
22-
version: 3.8
2327
install:
2428
- requirements: requirements.txt
2529
- requirements: docs/requirements.txt

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = "OpenCTI client for Python"
22-
copyright = "2020, OpenCTI Project"
22+
copyright = "2024, Filigran"
2323
author = "OpenCTI Project"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "4.2.0"
26+
release = "5.12.20"
2727

2828
master_doc = "index"
2929

0 commit comments

Comments
 (0)