3c9bc333ed
The .pdf documentation could not be build without errors because the source code of the documentation contained errors. In addition, there were other problems: - The readme section of the documentation was in .md format instead of .rst format. As a result, the created documentation did not look good. - The .html documentation used deprecated oslosphinx theme instead of openstackdocstheme. This patch fixes the above-mentioned problems and makes sure that the documentation is generated properly. Also, this patch updates nodejs4-docs to nodejs10-docs because the nodejs4-docs was using deprecated nodejs-npm-run-docs job [1]. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/757101 Task: 35462 Depends-On: I738b833109e4caeb58bb391d79d6e63284462bd8 Change-Id: I921b15edda433c3e47456488da6d2bda07c34262
46 lines
971 B
JSON
46 lines
971 B
JSON
{
|
|
"name": "eslint-config-openstack",
|
|
"version": "4.0.1",
|
|
"description": "JavaScript Style Guidelines for OpenStack.",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"es2015.js",
|
|
"load-config.js",
|
|
".eslintrc",
|
|
".eslintrc-es2015",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"test": "jasmine",
|
|
"lint": "eslint ./",
|
|
"docs": "tox -e docs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.openstack.org/openstack/eslint-config-openstack"
|
|
},
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintconfig",
|
|
"openstack"
|
|
],
|
|
"author": "OpenStack <openstack-discuss@lists.openstack.org>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://bugs.launchpad.net/eslint-config-openstack"
|
|
},
|
|
"homepage": "https://wiki.openstack.org/wiki/QA",
|
|
"peerDependencies": {
|
|
"eslint": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "3.0.0",
|
|
"jasmine": "2.3.1"
|
|
},
|
|
"dependencies": {
|
|
"js-yaml": "3.3.1"
|
|
}
|
|
}
|