File: 0002-Make-docs-browsable-by-setting-use_directory_urls-fa.patch

package info (click to toggle)
keras 2.3.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,288 kB
  • sloc: python: 48,266; javascript: 1,794; xml: 297; makefile: 36; sh: 30
file content (20 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Stephen Sinclair <radarsat1@gmail.com>
Date: Tue, 7 Nov 2017 11:59:15 -0300
Subject: Make docs browsable by setting use_directory_urls=false.

---
 docs/mkdocs.yml | 1 +
 1 file changed, 1 insertion(+)

Index: keras/docs/mkdocs.yml
===================================================================
--- keras.orig/docs/mkdocs.yml
+++ keras/docs/mkdocs.yml
@@ -19,6 +19,7 @@ docs_dir: sources
 repo_url: http://github.com/keras-team/keras
 site_url: http://keras.io/
 site_description: 'Documentation for Keras, the Python Deep Learning library.'
+use_directory_urls: false
 
 dev_addr: '0.0.0.0:8000'
 google_analytics: ['UA-61785484-1', 'keras.io']