example sphinx docs
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -1,4 +1,7 @@
|
||||
apply plugin: 'java'
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'kr.motd.sphinx' version '2.9.0'
|
||||
}
|
||||
|
||||
project.group = projectGroup
|
||||
project.version = projectVersion
|
||||
@@ -42,3 +45,8 @@ dependencies {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
sphinx {
|
||||
sourceDirectory = "${projectDir}/src/docs"
|
||||
outputDirectory = "${project.buildDir}/site/docs"
|
||||
}
|
||||
Reference in New Issue
Block a user