File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ venv.bak/
124
124
# mkdocs documentation
125
125
/site
126
126
127
+ docs /site
128
+ docs /almdrlib.docs.rst
129
+ docs /almdrlib.rst
130
+ docs /modules.rst
131
+
127
132
# mypy
128
133
.mypy_cache /
129
134
.dmypy.json
@@ -135,3 +140,10 @@ dmypy.json
135
140
# IntelliJ
136
141
* .iml
137
142
.idea
143
+
144
+ # VS code
145
+ .vscode
146
+
147
+ # Node
148
+ node_modules
149
+ package-lock.json
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BUILDDIR = _build
12
12
13
13
APISDIR = $(shell printf "import alsdkdefs\nprint(alsdkdefs.get_apis_dir() )" | python)
14
14
APIDOCSDIR = ./$(BUILDDIR ) /api_html
15
- APISPECFILES := $(shell find $(APISDIR ) -name ' * . yaml' )
15
+ APISPECFILES := $(shell find $(APISDIR ) -regex ". * .v[0-9] * . yaml" )
16
16
APIDOCFILES := $(subst $(APISDIR ) ,$(APIDOCSDIR ) ,$(APISPECFILES:%.yaml=%.html ) )
17
17
18
18
VPATH = $(APISDIR )
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ pyyaml==5.4.1
6
6
jsonschema [format_nongpl ]== 3.2.0
7
7
m2r2 == 0.3.2
8
8
boto3 >= 1.16.57
9
+ markupsafe == 2.0.1
10
+ sphinxcontrib-contentui
11
+ sphinx_paramlinks
You can’t perform that action at this time.
0 commit comments