mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-15 18:18:27 +01:00
Add docs.
This commit is contained in:
4
doc/CMakeLists.txt
Normal file
4
doc/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_custom_command(OUTPUT html/index.html
|
||||
COMMAND sphinx-build -b html . ../html
|
||||
DEPENDS conf.py index.rst)
|
||||
add_custom_target(doc DEPENDS html/index.html)
|
||||
Reference in New Issue
Block a user