Skip to content

Commit 80a0a1c

Browse files
committed
docs: setup sphinx
sphinx is configured to build the docs. doxygen is used to generate API documentation. The code is taken from the C++ Driver repo.
1 parent ce89a9a commit 80a0a1c

File tree

4 files changed

+447
-315
lines changed

4 files changed

+447
-315
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ all: dirhtml
2020
.PHONY: setupenv
2121
setupenv:
2222
pip install -q poetry
23+
sudo apt-get install doxygen
2324

2425
.PHONY: setup
2526
setup:
2627
$(POETRY) install
28+
$(POETRY) update
29+
cd .. && doxygen Doxyfile.in
2730

2831
.PHONY: update
2932
update:

0 commit comments

Comments
 (0)