Skip to content

Commit

Permalink
Revert back to the original convention of xeus documentation (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna-13-cyber authored Feb 5, 2024
1 parent d9b5203 commit 216dbed
Show file tree
Hide file tree
Showing 34 changed files with 510 additions and 3,003 deletions.
7 changes: 1 addition & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
version: 2

sphinx:
configuration: docs/conf.py
configuration: docs/source/conf.py
builder: html

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
apt_packages:
- clang-15
- libclang-15-dev
- llvm-15-dev
- llvm-15-tools

conda:
environment: docs/environment.yml
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,3 @@ if(EMSCRIPTEN)
"$<TARGET_FILE_DIR:xcpp>/xcpp.wasm"
DESTINATION ${CMAKE_INSTALL_BINDIR})
endif ()

if(XEUS_CPP_INCLUDE_DOCS)
add_subdirectory(docs)
endif()
25 changes: 0 additions & 25 deletions cmake/CreateSphinxTarget.cmake

This file was deleted.

27 changes: 0 additions & 27 deletions cmake/FindSphinx.cmake

This file was deleted.

84 changes: 0 additions & 84 deletions cmake/modules/GoogleTest.cmake

This file was deleted.

31 changes: 0 additions & 31 deletions docs/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions docs/DevelopersDocumentation.rst

This file was deleted.

13 changes: 13 additions & 0 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
PROJECT_NAME = "xeus-cpp"
XML_OUTPUT = xml
INPUT = ../include
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
GENERATE_HTML = YES
GENERATE_XML = YES
RECURSIVE = YES
QUIET = YES
JAVADOC_AUTOBRIEF = YES
WARN_IF_UNDOCUMENTED = NO
Loading

0 comments on commit 216dbed

Please sign in to comment.