Skip to content

Commit 0fff928

Browse files
authored
docs(sphinx): update project information (#141)
* refactor(sphinx): reorder project information * docs(sphinx): add version and release information
1 parent 1081926 commit 0fff928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import os, subprocess
22

33
project = 'Errors C++'
4-
copyright = '2023-2024, Alfi Maulana'
54
author = 'Alfi Maulana'
5+
copyright = '2023-2024, Alfi Maulana'
6+
version = '1.0.0'
7+
release = '1.0.0'
68

79
extensions = ['breathe']
810

0 commit comments

Comments
 (0)