Skip to content

Commit

Permalink
Revert back to the original convention of xeus documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna-13-cyber committed Nov 21, 2023
1 parent 7c7d42d commit 57c8c8b
Show file tree
Hide file tree
Showing 34 changed files with 511 additions and 3,004 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
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,4 @@ if(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
"$<TARGET_FILE_DIR:xcpp_wasm>/xcpp_wasm.js"
"$<TARGET_FILE_DIR:xcpp_wasm>/xcpp_wasm.wasm"
DESTINATION ${CMAKE_INSTALL_BINDIR})
endif ()

if(XEUS_CPP_INCLUDE_DOCS)
add_subdirectory(docs)
endif()
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 57c8c8b

Please sign in to comment.