Skip to content

Commit c548e29

Browse files
authored
Merge pull request #187 from smart-on-fhir/mikix/docs-tweak
Update docs instructions
2 parents a621c75 + 3a40042 commit c548e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Those files make up the content of the `gh-pages` branch.
2929
I usually perform a second checkout of the _gh-pages_ branch and copy the HTML files over, with:
3030

3131
doxygen docs/Doxyfile
32-
rsync -a docs/html/ ../client-py-web/
32+
rsync -aC --delete docs/html/ ../client-py-web/
3333

3434
### Release on GitHub
3535

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "SMART on FHIR Python Client"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.2.0
41+
PROJECT_NUMBER = 4.3.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)