Skip to content

Commit 668bf65

Browse files
Exclude CLI tutorials from Sphinx (#483)
* Revert "bump version for release 0.7.6" This reverts commit 94d759b. * Exclude CLI tutorials from Sphinx
1 parent 94d759b commit 668bf65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
# List of patterns, relative to source directory, that match files and
110110
# directories to ignore when looking for source files.
111111
# exclude_patterns = ['doc.rst']
112+
exclude_patterns = ["tutorials/cli/*.ipynb"]
112113
# ~ exclude_patterns = ['index.rst']
113114

114115
# If true, sectionauthor and moduleauthor directives will be shown in the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "janus-core"
3-
version = "0.7.6"
3+
version = "0.7.5"
44
description = "Tools for machine learnt interatomic potentials"
55
authors = [
66
{ name = "Elliott Kasoar" },

0 commit comments

Comments
 (0)