Skip to content

Commit

Permalink
Change structure in documentation and add yaml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Jul 6, 2022
1 parent 1513e9c commit f81aa54
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3.9"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt

2 changes: 1 addition & 1 deletion docs/docs_sphinx/Doxyfile.in → docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = ../../include
INPUT = ../include

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down
2 changes: 2 additions & 0 deletions docs/docs_sphinx/conf.py → docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
from sphinx.builders.html import StandaloneHTMLBuilder
import subprocess, os

read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'

# Doxygen
subprocess.call('doxygen Doxyfile.in', shell=True)

Expand Down
File renamed without changes.

0 comments on commit f81aa54

Please sign in to comment.