Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6bcf9d1631
2 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ pages:
|
||||||
script:
|
script:
|
||||||
- mkdir -p docs
|
- mkdir -p docs
|
||||||
- cd docs
|
- cd docs
|
||||||
- apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
# - apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip
|
||||||
- git clone git://github.com/mosra/m.css
|
- git clone git://github.com/mosra/m.css
|
||||||
- pip3 install jinja2 Pygments
|
# - pip3 install jinja2 Pygments
|
||||||
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
|
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
|
||||||
- cd ./latex
|
- cd ./latex
|
||||||
- make
|
- make
|
||||||
|
|
|
@ -58,7 +58,7 @@ PROJECT_LOGO = "favicon.png"
|
||||||
# entered, it will be relative to the location where doxygen was started. If
|
# entered, it will be relative to the location where doxygen was started. If
|
||||||
# left blank the current directory will be used.
|
# left blank the current directory will be used.
|
||||||
|
|
||||||
OUTPUT_DIRECTORY =
|
OUTPUT_DIRECTORY = .
|
||||||
|
|
||||||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
||||||
# directories (in 2 levels) under the output directory of each output format and
|
# directories (in 2 levels) under the output directory of each output format and
|
||||||
|
|
Reference in a new issue