We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3f6dc commit f979028Copy full SHA for f979028
docs/conf.py
@@ -23,7 +23,7 @@
23
# -- Project information -----------------------------------------------------
24
25
project = 'mlcolvar'
26
-copyright = ("2023, Luigi Bonati et. al.")
+copyright = ("2023-present, Luigi Bonati et. al.")
27
author = 'Luigi Bonati'
28
29
# The short X.Y version
readthedocs.yml
@@ -12,5 +12,8 @@ python:
12
- method: pip
13
path: .
14
15
+sphinx:
16
+ configuration: docs/conf.py
17
+
18
conda:
19
environment: docs/requirements.yaml
0 commit comments