• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisioncfd3b4f4de135098d52163da461a42180718b92a (tree)
Zeit2017-09-30 02:54:47
AutorAlbert Mietus <albert@miet...>
CommiterAlbert Mietus

Log Message

Sphinx conf.py created online with Bitbucket

Ändern Zusammenfassung

Diff

diff -r f057514e94f6 -r cfd3b4f4de13 conf.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/conf.py Fri Sep 29 17:54:47 2017 +0000
@@ -0,0 +1,27 @@
1+# Copyright (C) ALbert Mietus, SoftwareBeterMaken.nl; 2017. Part of mess
2+# -*- coding: utf-8 -*-
3+
4+# read STD config ...
5+#==========================================
6+#import sys; sys.path.append('../_external_templates/conf')
7+#from std_conf import *
8+
9+
10+# General information about the project.
11+#======================================
12+project = 'MESS'
13+copyright = "ALbert Mietus, 2017"
14+version = "None"
15+
16+# Overrule std_conf, where needed
17+#================================
18+
19+release = version
20+html_title = project + " | " + release # DEFAULT: '<project> v<revision> documentation' -- Strip "documentation"
21+
22+
23+# plantUML
24+#---------
25+if not on_rtd:
26+ extensions.append('sphinxcontrib.plantuml')
27+ plantuml = 'java -jar /Users/albert/Apps/PlantUML/libexec/plantuml.jar -nogui'
\ No newline at end of file