Skip to content

Commit b33a23d

Browse files
committed
Update of .gitignore for simpler documentation updates
1 parent 79ade14 commit b33a23d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,17 @@ notebooks/prototype notebooks/vtk_res_model_adjusted_1
137137
notebooks/prototype notebooks/vtk_exp_smooth_trnasitions
138138
notebooks/prototype notebooks/plots
139139

140+
# Remove the built document files - but not the static ones, which are required for the builds
140141
docs/build
141-
docs/source
142+
# The following files are generated locally during sphinx updates - they don't have to be part of the repo
143+
docs/source/examples
144+
docs/source/tutorials
145+
docs/source/Modeling\ Classes
146+
docs/source/GemPy\ API
147+
docs/source/Helper\ Classes
148+
docs/source/Plot
149+
docs/source/external
150+
docs/source/sg_execution_times.rst
142151
test/figs
143152

144153
Profiles

0 commit comments

Comments
 (0)