Skip to content

Commit 2ea1a41

Browse files
billsacksfritzt
authored andcommitted
Move documentation images up a level
Having this under doc rather than doc/source seems to make more sense. In addition, I think this will prevent the documentation build from looking in here for files to build (otherwise, I think I would need to add this directory to the exclude list in conf.py).
1 parent a8fd7bf commit 2ea1a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manage_externals.log
55
/tools/PTCLM/
66
/cime/
77
/components/
8-
/doc/source/images/
8+
/doc/images/
99

1010
# ignore svn directories
1111
**/.svn/**

Externals_CLM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag = PTCLM2_20200121
1313
required = True
1414

1515
[doc-images]
16-
local_path = doc/source/images
16+
local_path = doc/images
1717
protocol = git
1818
repo_url = https://github.com/ESCOMP/CTSM-doc-images.git
1919
hash = 0f039e7a043fabfce91ddf4f41186a3014603aac

0 commit comments

Comments
 (0)